xref: /linux/drivers/net/can/spi/Makefile (revision ef264cf0c490cc9d46edb3b6aa082d23a9506e2d)
1#
2#  Makefile for the Linux Controller Area Network SPI drivers.
3#
4
5
6obj-$(CONFIG_CAN_MCP251X)	+= mcp251x.o
7
8ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
9