diff mbox

[15/22] Let makefiles add entries to the set of target architecture objects

Message ID 20130326140145.4471.25649.stgit@fimbulvetr.bsc.es
State New
Headers show

Commit Message

Lluís Vilanova March 26, 2013, 2:01 p.m. UTC
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
---
 Makefile.target |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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