mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +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>
3 lines
91 B
Makefile
3 lines
91 B
Makefile
|
|
obj-$(CONFIG_CAN_MPC5XXX) += mscan-mpc5xxx.o
|
|
mscan-mpc5xxx-objs := mscan.o mpc5xxx_can.o
|