qemu-patch-raspberry4/net/can/Makefile.objs
Pavel Pisa ea15ea8a7c 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>
2018-02-13 11:44:13 +01:00

3 lines
84 B
Makefile

common-obj-y += can_core.o can_host.o
common-obj-$(CONFIG_LINUX) += can_socketcan.o