diff options
Diffstat (limited to 'Makefile.user')
-rw-r--r-- | Makefile.user | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.user b/Makefile.user index 7daedeff6d..c6ac50940a 100644 --- a/Makefile.user +++ b/Makefile.user @@ -14,17 +14,12 @@ vpath %.c %.h $(SRC_PATH) QEMU_CFLAGS+=-I.. -obj-y = -obj-y += envlist.o path.o -obj-y += tcg-runtime.o host-utils.o -obj-y += cutils.o cache-utils.o +include $(SRC_PATH)/Makefile.objs -all: libuser.a +all: $(user-obj-y) # Dummy command so that make thinks it has done something @true -libuser.a: $(obj-y) - clean: rm -f *.o *.d *.a *~ |