linux/drivers/net/can/softing/Makefile
<<
>>
Prefs
   1
   2softing-y := softing_main.o softing_fw.o
   3obj-$(CONFIG_CAN_SOFTING) += softing.o
   4obj-$(CONFIG_CAN_SOFTING_CS) += softing_cs.o
   5
   6ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
   7