diff mbox

[4/9] PlatBus: Hook up into Makefile system

Message ID 1374515411-43818-5-git-send-email-agraf@suse.de
State New
Headers show

Commit Message

Alexander Graf July 22, 2013, 5:50 p.m. UTC
Hook up the platform bus helpers into our Makefile system, so that they
get compiled.

Signed-off-by: Alexander Graf <agraf@suse.de>
---
 hw/Makefile.objs         | 1 +
 hw/platbus/Makefile.objs | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 hw/platbus/Makefile.objs
diff mbox

Patch

diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index 0243d6a..8535563 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -18,6 +18,7 @@  devices-dirs-$(CONFIG_SOFTMMU) += net/
 devices-dirs-$(CONFIG_SOFTMMU) += nvram/
 devices-dirs-$(CONFIG_SOFTMMU) += pci/
 devices-dirs-$(CONFIG_PCI) += pci-bridge/ pci-host/
+devices-dirs-$(CONFIG_PLATBUS) += platbus/
 devices-dirs-$(CONFIG_SOFTMMU) += scsi/
 devices-dirs-$(CONFIG_SOFTMMU) += sd/
 devices-dirs-$(CONFIG_SOFTMMU) += ssi/
diff --git a/hw/platbus/Makefile.objs b/hw/platbus/Makefile.objs
new file mode 100644
index 0000000..73daee6
--- /dev/null
+++ b/hw/platbus/Makefile.objs
@@ -0,0 +1 @@ 
+common-obj-$(CONFIG_PLATBUS) += platbus.o device.o bridge.o