qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH RFC 07/11] ide: Makefile corrected due to bridge cre


From: Alexander Bezzubikov
Subject: [Qemu-devel] [PATCH RFC 07/11] ide: Makefile corrected due to bridge creation
Date: Tue, 18 Aug 2015 02:42:21 +0300

Signed-off-by: Alexander Bezzubikov <address@hidden>
---
 hw/ide/Makefile.objs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ide/Makefile.objs b/hw/ide/Makefile.objs
index 729e9bd..f54f275 100644
--- a/hw/ide/Makefile.objs
+++ b/hw/ide/Makefile.objs
@@ -1,4 +1,4 @@
-common-obj-$(CONFIG_IDE_CORE) += core.o atapi.o
+common-obj-$(CONFIG_IDE_CORE) += core.o atapi.o bridge.o
 common-obj-$(CONFIG_IDE_QDEV) += qdev.o
 common-obj-$(CONFIG_IDE_PCI) += pci.o
 common-obj-$(CONFIG_IDE_ISA) += isa.o
-- 
2.1.4




reply via email to

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