mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
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>
4 lines
126 B
Makefile
4 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
|