mirror of
https://github.com/gnif/vendor-reset
synced 2025-01-06 15:01:01 +00:00
11 lines
178 B
Makefile
11 lines
178 B
Makefile
obj-m += vendor-reset.o
|
|
|
|
include $(src)/src/Makefile
|
|
include $(src)/src/amd/Makefile
|
|
|
|
ccflags-y += \
|
|
-I$(src)/include -g
|
|
ldflags-$(CONFIG_DEBUG) += -g
|
|
|
|
#subdir-y += userspace/
|