mirror of
https://github.com/gnif/vendor-reset
synced 2024-11-13 19:10:38 +00:00
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
|
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/
|