diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-12 19:01:13 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-12 19:45:42 +0000 |
commit | b8991af6b9e0939b19767fc848cecfef7db50964 (patch) | |
tree | 085222d142598f1173f9796b74db71bae8f0a103 /target/config | |
parent | 76c0b499fabbd435940376162010a4de344733c2 (diff) |
hppa: add basic qemu support
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.rootfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index 36d252570..d6ff719cd 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -18,6 +18,7 @@ config ADK_TARGET_ROOTFS_INITRAMFSPIGGYBACK ADK_TARGET_ARCH_ARC || \ ADK_TARGET_ARCH_ARM || \ ADK_TARGET_ARCH_H8300 || \ + ADK_TARGET_ARCH_HPPA || \ ADK_TARGET_ARCH_M68K || \ ADK_TARGET_ARCH_MICROBLAZE || \ ADK_TARGET_ARCH_MIPS || \ |