xref: /linux/drivers/net/can/spi/Makefile (revision 6084a6e23c971ef703229ee1aec68d01688578d6)
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