mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
869ba1e67a
Create a directory for all CAN drivers using SPI and move mcp251x driver there. Signed-off-by: Stefano Babic <sbabic@denx.de> Acked-by: Oliver Hartkopp <socketcan@hartkopp.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
9 lines
156 B
Makefile
9 lines
156 B
Makefile
#
|
|
# Makefile for the Linux Controller Area Network SPI drivers.
|
|
#
|
|
|
|
|
|
obj-$(CONFIG_CAN_MCP251X) += mcp251x.o
|
|
|
|
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|