diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-24 21:10:43 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-24 21:10:43 +0000 |
commit | 34a88f1fb025266e0a15b3749516e04d80994344 (patch) | |
tree | 52c05f4f94007bded9e3a18538deef45a3b527a7 /target/device/Config.in | |
parent | 23b8823a18b19cd30720d5808e4cc27025817bc2 (diff) | |
download | buildroot-novena-34a88f1fb025266e0a15b3749516e04d80994344.tar.gz buildroot-novena-34a88f1fb025266e0a15b3749516e04d80994344.zip |
Reorganize configs to even more logical positions
Diffstat (limited to 'target/device/Config.in')
-rw-r--r-- | target/device/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/device/Config.in b/target/device/Config.in index 3b7fead8b..04f0aed85 100644 --- a/target/device/Config.in +++ b/target/device/Config.in @@ -1,7 +1,9 @@ -menu "Board Support Options" +menu "Project Options" source "project/Config.in" +source "target/device/Target.in" + comment "Preset Devices" source "target/device/AMD/Config.in" |