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