qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 20/20] Makefile.target: Targets now have to reside i


From: Thomas Huth
Subject: [Qemu-devel] [PATCH 20/20] Makefile.target: Targets now have to reside in the target/ folder
Date: Fri, 9 Dec 2016 13:17:50 +0100

Now that all target CPU folders have been moved to target/, we
do not need to support the old naming scheme of target-xxx
anymore.

Signed-off-by: Thomas Huth <address@hidden>
---
 Makefile.target | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Makefile.target b/Makefile.target
index 90b25ae..1da789c 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -7,11 +7,7 @@ include config-target.mak
 include config-devices.mak
 include $(SRC_PATH)/rules.mak
 
-ifneq ($(wildcard $(SRC_PATH)/target/$(TARGET_BASE_ARCH)),)
 TARGET_FOLDER=target/$(TARGET_BASE_ARCH)
-else
-TARGET_FOLDER=target-$(TARGET_BASE_ARCH)
-endif
 
 $(call set-vpath, $(SRC_PATH):$(BUILD_DIR))
 ifdef CONFIG_LINUX
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]