mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 07:31:29 +00:00
4ade6feb52
No need to manually copy debug settings into subdir Makefiles. kbuild has a mechanism for inheriting, so let's use it. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
5 lines
126 B
Makefile
5 lines
126 B
Makefile
|
|
softing-y := softing_main.o softing_fw.o
|
|
obj-$(CONFIG_CAN_SOFTING) += softing.o
|
|
obj-$(CONFIG_CAN_SOFTING_CS) += softing_cs.o
|