5 lines
91 B
Makefile
5 lines
91 B
Makefile
|
obj-m := driver/ algos/
|
||
|
obj-m += pddf_fpgapci_module.o
|
||
|
|
||
|
ccflags-y:= -I$(M)/modules/include
|