Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu> --- Makefile.target | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile.target b/Makefile.target index 114fc39..fe48432 100644 --- a/Makefile.target +++ b/Makefile.target @@ -149,6 +149,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