summaryrefslogtreecommitdiff
path: root/net/can/Makefile.objs
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2018-01-27 17:59:27 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2018-02-13 11:44:13 +0100
commitea15ea8a7c67b1277d6817fb247b1427e0d293f3 (patch)
tree9023cb6fd921333fae9d10fbb9110849e880226f /net/can/Makefile.objs
parentd18957dbcc837d0420a2789da29e8dae976b9f1d (diff)
downloadqemu-ea15ea8a7c67b1277d6817fb247b1427e0d293f3.tar.gz
net/can: support for connecting to Linux host SocketCAN interface.
Connection to the real host CAN bus network through SocketCAN network interface is available only for Linux host system. Mechanism is generic, support for another CAN API and operating systems can be implemented in future. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'net/can/Makefile.objs')
-rw-r--r--net/can/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/can/Makefile.objs b/net/can/Makefile.objs
index ef97fdb8d1..9f35dc5c87 100644
--- a/net/can/Makefile.objs
+++ b/net/can/Makefile.objs
@@ -1 +1,2 @@
common-obj-y += can_core.o can_host.o
+common-obj-$(CONFIG_LINUX) += can_socketcan.o