diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-27 20:54:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-27 20:54:43 +0200 |
commit | 58549cb7a62a895b87d44efe98d8ce2e624b5d6f (patch) | |
tree | e68571e0501ef5da89dbe1089ad9f3eef470ac06 /target/x86_64 | |
parent | 5ffc823114c78a9470a2ad17b2985575ecd362ec (diff) | |
parent | ce815fbe043c69f7ab8c51a3fa93c14445d7e1fc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/systems/pcengines-apu | 1 | ||||
-rw-r--r-- | target/x86_64/systems/qemu-x86_64 | 1 | ||||
-rw-r--r-- | target/x86_64/systems/toolchain-x86_64 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/x86_64/systems/pcengines-apu b/target/x86_64/systems/pcengines-apu index 980a87265..6159eda1c 100644 --- a/target/x86_64/systems/pcengines-apu +++ b/target/x86_64/systems/pcengines-apu @@ -1,7 +1,6 @@ config ADK_TARGET_SYSTEM_PCENGINES_APU bool "PC Engines APU" select ADK_CPU_X86_64 - select ADK_LINUX_64 select ADK_TARGET_KERNEL_BZIMAGE select ADK_TARGET_WITH_MINIPCI select ADK_TARGET_WITH_SERIAL diff --git a/target/x86_64/systems/qemu-x86_64 b/target/x86_64/systems/qemu-x86_64 index ad051030e..1c96e03d5 100644 --- a/target/x86_64/systems/qemu-x86_64 +++ b/target/x86_64/systems/qemu-x86_64 @@ -1,7 +1,6 @@ config ADK_TARGET_SYSTEM_QEMU_X86_64 bool "Qemu Emulator" select ADK_CPU_X86_64 - select ADK_LINUX_64 select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_BZIMAGE help diff --git a/target/x86_64/systems/toolchain-x86_64 b/target/x86_64/systems/toolchain-x86_64 index 31fb45964..de11ff163 100644 --- a/target/x86_64/systems/toolchain-x86_64 +++ b/target/x86_64/systems/toolchain-x86_64 @@ -1,7 +1,6 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_X86_64 bool "Toolchain only" select ADK_CPU_X86_64 - select ADK_LINUX_64 select ADK_TARGET_TOOLCHAIN select ADK_TARGET_PACKAGE_TXZ help |