mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 21:53:54 +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>
8 lines
192 B
Makefile
8 lines
192 B
Makefile
#
|
|
# Makefile for the Bosch CC770 CAN controller drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_CAN_CC770) += cc770.o
|
|
obj-$(CONFIG_CAN_CC770_ISA) += cc770_isa.o
|
|
obj-$(CONFIG_CAN_CC770_PLATFORM) += cc770_platform.o
|