diff options
Diffstat (limited to 'net/can/Makefile')
-rw-r--r-- | net/can/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/can/Makefile b/net/can/Makefile index 86f1cf21fce4..9cd3c4b3abda 100644 --- a/net/can/Makefile +++ b/net/can/Makefile | |||
@@ -7,3 +7,6 @@ can-objs := af_can.o proc.o | |||
7 | 7 | ||
8 | obj-$(CONFIG_CAN_RAW) += can-raw.o | 8 | obj-$(CONFIG_CAN_RAW) += can-raw.o |
9 | can-raw-objs := raw.o | 9 | can-raw-objs := raw.o |
10 | |||
11 | obj-$(CONFIG_CAN_BCM) += can-bcm.o | ||
12 | can-bcm-objs := bcm.o | ||