qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/9] PlatBus: Hook up into Makefile system


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 4/9] PlatBus: Hook up into Makefile system
Date: Mon, 22 Jul 2013 19:50:06 +0200

Hook up the platform bus helpers into our Makefile system, so that they
get compiled.

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

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
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]