8 lines
147 B
Makefile
8 lines
147 B
Makefile
|
TARGET = pddf_xcvr_driver_module
|
||
|
|
||
|
obj-m := $(TARGET).o
|
||
|
|
||
|
$(TARGET)-objs := pddf_xcvr_api.o pddf_xcvr_driver.o
|
||
|
|
||
|
ccflags-y := -I$(M)/modules/include
|