CFLAGS and LDFLAGS are defined on config.mak LDFLAGS_BASE is not used anywhere DEPLIBS are not defined anywhere Signed-off-by: Juan Quintela <quintela@xxxxxxxxxx> --- Makefile.target | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/Makefile.target b/Makefile.target index a08e432..5fad812 100644 --- a/Makefile.target +++ b/Makefile.target @@ -1,13 +1,8 @@ # -*- Mode: makefile -*- -CFLAGS= -LDFLAGS= - include config.mak include $(SRC_PATH)/rules.mak -LDFLAGS_BASE:=$(LDFLAGS) - TARGET_PATH=$(SRC_PATH)/target-$(TARGET_BASE_ARCH) VPATH=$(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw QEMU_CFLAGS+= -I.. -I$(TARGET_PATH) -DNEED_CPU_H @@ -347,9 +342,6 @@ monitor.o: qemu-monitor.h ARLIBS=../libqemu_common.a libqemu.a $(HWLIB) -$(QEMU_PROG): ARLIBS += $(DEPLIBS) -$(QEMU_PROG): $(DEPLIBS) - endif # CONFIG_SOFTMMU $(QEMU_PROG): $(obj-y) $(obj-$(TARGET_BASE_ARCH)-y) $(ARLIBS) -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html