blob: c5e5016c742ee040f5ccf8f202b4896357abe7b4 (
plain) (
blame)
1
2
3
4
5
6
|
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
|