7 lines
174 B
Makefile
7 lines
174 B
Makefile
|
|
softing-y := softing_main.o softing_fw.o
|
|
obj-$(CONFIG_CAN_SOFTING) += softing.o
|
|
obj-$(CONFIG_CAN_SOFTING_CS) += softing_cs.o
|
|
|
|
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|