From 8b6a574f396972f5065b4cab0d201fbb97015b0f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 25 Apr 2015 20:12:05 -0500 Subject: refactor the lower case symbols out We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now. --- target/alpha/systems/qemu-alpha | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'target/alpha/systems/qemu-alpha') diff --git a/target/alpha/systems/qemu-alpha b/target/alpha/systems/qemu-alpha index 0b9751beb..74684c047 100644 --- a/target/alpha/systems/qemu-alpha +++ b/target/alpha/systems/qemu-alpha @@ -1,10 +1,8 @@ config ADK_TARGET_SYSTEM_QEMU_ALPHA bool "Qemu Emulator" - select ADK_alpha - select ADK_qemu_alpha - select ADK_TARGET_QEMU select ADK_LINUX_64 select ADK_CPU_ALPHA + select ADK_TARGET_QEMU help Support for Qemu Emulator ALPHA architecture. -- cgit v1.2.3