diff options
Diffstat (limited to 'drivers/net/can/Makefile')
-rw-r--r-- | drivers/net/can/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/can/Makefile b/drivers/net/can/Makefile new file mode 100644 index 000000000000..c4bead705cd9 --- /dev/null +++ b/drivers/net/can/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # | ||
2 | # Makefile for the Linux Controller Area Network drivers. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_CAN_VCAN) += vcan.o | ||