]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/blobdiff - hw/can/Makefile.objs
CAN bus simple SJA1000 PCI card emulation for QEMU
[lisovros/qemu_apohw.git] / hw / can / Makefile.objs
diff --git a/hw/can/Makefile.objs b/hw/can/Makefile.objs
new file mode 100644 (file)
index 0000000..98ff1e3
--- /dev/null
@@ -0,0 +1,5 @@
+# CAN bus interfaces emulation and infrastructure
+
+common-obj-$(CONFIG_CAN_SJA1000) += can_core.o
+common-obj-$(CONFIG_CAN_SJA1000) += can_sja1000.o
+common-obj-$(CONFIG_CAN_PCI) += can_pci.o