7 lines
144 B
Makefile
7 lines
144 B
Makefile
|
TARGET := pddf_fan_driver_module
|
||
|
obj-m := $(TARGET).o
|
||
|
|
||
|
$(TARGET)-objs := pddf_fan_api.o pddf_fan_driver.o
|
||
|
|
||
|
ccflags-y := -I$(M)/modules/include
|