diff options
Diffstat (limited to 'drivers/net/can/spi/Makefile')
-rw-r--r-- | drivers/net/can/spi/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/can/spi/Makefile b/drivers/net/can/spi/Makefile new file mode 100644 index 000000000..f59fa3731 --- /dev/null +++ b/drivers/net/can/spi/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the Linux Controller Area Network SPI drivers. +# + + +obj-$(CONFIG_CAN_HI311X) += hi311x.o +obj-$(CONFIG_CAN_MCP251X) += mcp251x.o |