mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00: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>
6 lines
108 B
Makefile
6 lines
108 B
Makefile
#
|
|
# Makefile for the Linux Controller Area Network SPI drivers.
|
|
#
|
|
|
|
|
|
obj-$(CONFIG_CAN_MCP251X) += mcp251x.o
|