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 @@ obj-$(CONFIG_CAN) += can.o can-objs := af_can.o proc.o + +obj-$(CONFIG_CAN_RAW) += can-raw.o +can-raw-objs := raw.o |