mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08: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>
4 lines
91 B
Makefile
4 lines
91 B
Makefile
|
|
obj-$(CONFIG_CAN_MPC5XXX) += mscan-mpc5xxx.o
|
|
mscan-mpc5xxx-objs := mscan.o mpc5xxx_can.o
|