forked from Minki/linux
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
|