mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-16 03:39:04 +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>
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
|