qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 15/22] Let makefiles add entries to the set of targe


From: Lluís Vilanova
Subject: [Qemu-devel] [PATCH 15/22] Let makefiles add entries to the set of target architecture objects
Date: Tue, 26 Mar 2013 15:01:45 +0100
User-agent: StGit/0.16

Signed-off-by: Lluís Vilanova <address@hidden>
---
 Makefile.target |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.target b/Makefile.target
index a26f2ca..03c2f2a 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -148,6 +148,7 @@ include $(SRC_PATH)/Makefile.objs
 all-obj-y = $(obj-y)
 all-obj-y += $(addprefix ../, $(common-obj-y))
 
+all-obj-y += $(target-obj-y)
 all-obj-y += $(LIBTRACE_INSTRUMENT)
 
 ifdef QEMU_PROGW




reply via email to

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