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 4c7563c2ccb2..86f1cf21fce4 100644 --- a/net/can/Makefile +++ b/net/can/Makefile | |||
@@ -4,3 +4,6 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_CAN) += can.o | 5 | obj-$(CONFIG_CAN) += can.o |
6 | can-objs := af_can.o proc.o | 6 | can-objs := af_can.o proc.o |
7 | |||
8 | obj-$(CONFIG_CAN_RAW) += can-raw.o | ||
9 | can-raw-objs := raw.o | ||