diff options
Diffstat (limited to 'net/can/Makefile.objs')
-rw-r--r-- | net/can/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/can/Makefile.objs b/net/can/Makefile.objs new file mode 100644 index 0000000000..9f35dc5c87 --- /dev/null +++ b/net/can/Makefile.objs @@ -0,0 +1,2 @@ +common-obj-y += can_core.o can_host.o +common-obj-$(CONFIG_LINUX) += can_socketcan.o |