diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:34:40 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:34:40 +0000 |
commit | adf28e194c8a67aca6d8635fa7a10639d5070552 (patch) | |
tree | e245ce1dc918a6ec043565afc97e7ab8063fd734 /target | |
parent | 1669b6ed8328600b25fb1ce39a0572da05c0f41c (diff) | |
download | buildroot-novena-adf28e194c8a67aca6d8635fa7a10639d5070552.tar.gz buildroot-novena-adf28e194c8a67aca6d8635fa7a10639d5070552.zip |
- move project settings from toolchain to device
Diffstat (limited to 'target')
-rw-r--r-- | target/device/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/device/Config.in b/target/device/Config.in index c2c300e73..3b7fead8b 100644 --- a/target/device/Config.in +++ b/target/device/Config.in @@ -1,5 +1,9 @@ menu "Board Support Options" +source "project/Config.in" + +comment "Preset Devices" + source "target/device/AMD/Config.in" source "target/device/Arm/Config.in" source "target/device/Atmel/Config.in" |