cleanup qemu Makefile*

This commit is contained in:
Nguyen Anh Quynh
2020-04-27 23:01:26 +08:00
parent d2c66b8386
commit cdd9340113
3 changed files with 1 additions and 22 deletions

View File

@@ -36,7 +36,6 @@ obj-y += target-$(TARGET_BASE_ARCH)/
#########################################################
# System emulator target
ifdef CONFIG_SOFTMMU
obj-y += cpus.o ioport.o
obj-y += hw/
obj-y += memory.o cputlb.o
@@ -50,8 +49,6 @@ else
obj-y += hw/$(TARGET_BASE_ARCH)/
endif
endif # CONFIG_SOFTMMU
# Workaround for http://gcc.gnu.org/PR55489, see configure.
%/translate.o: QEMU_CFLAGS += $(TRANSLATE_OPT_CFLAGS)