From 0ac28359a3f54a12ee66a032f62a42a8d20bc81c Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 25 Apr 2020 17:54:14 +0800 Subject: [PATCH] Makefile cleanup --- qemu/Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/qemu/Makefile b/qemu/Makefile index 385291c1..7f3893c8 100644 --- a/qemu/Makefile +++ b/qemu/Makefile @@ -20,20 +20,11 @@ endif endif CONFIG_SOFTMMU := $(if $(filter %-softmmu,$(TARGET_DIRS)),y) -CONFIG_ALL=y -include config-all-devices.mak include $(SRC_PATH)/rules.mak config-host.mak: $(SRC_PATH)/configure @echo $@ is out-of-date, running configure - @# TODO: The next lines include code which supports a smooth - @# transition from old configurations without config.status. - @# This code can be removed after QEMU 1.7. - @if test -x config.status; then \ - ./config.status; \ - else \ - sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh; \ - fi else config-host.mak: ifneq ($(filter-out %clean,$(MAKECMDGOALS)),$(if $(MAKECMDGOALS),,fail))