diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-10 19:30:55 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-10 19:30:55 +0000 |
commit | b0dc12db5d5f003f93e6c6f822e801c804d0ad7a (patch) | |
tree | 894076c84ed0b0ce916ae8eee9c7f0f3653b04f8 /target/device/Config.in | |
parent | 16e69a3df0af08f800045756e0c60ce3621c69a0 (diff) | |
download | buildroot-novena-b0dc12db5d5f003f93e6c6f822e801c804d0ad7a.tar.gz buildroot-novena-b0dc12db5d5f003f93e6c6f822e801c804d0ad7a.zip |
- add an arm integrator 926 thing qemu can deal with
Diffstat (limited to 'target/device/Config.in')
-rw-r--r-- | target/device/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/device/Config.in b/target/device/Config.in index 53ee05569..2f1d9ba07 100644 --- a/target/device/Config.in +++ b/target/device/Config.in @@ -8,6 +8,7 @@ config BR2_PACKAGE_LINUX http://www.kernel.org/ source "target/device/AMD/Config.in" +source "target/device/Arm/Config.in" source "target/device/Atmel/Config.in" source "target/device/Hitachi/Config.in" source "target/device/jp/Config.in" |