5 lines
87 B
Makefile
5 lines
87 B
Makefile
|
TARGET = pddf_fpgapci_driver
|
||
|
obj-m := $(TARGET).o
|
||
|
|
||
|
ccflags-y := -I$(M)/modules/include
|