mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
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
|