- move project settings from toolchain to device

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-22 14:34:40 +00:00
parent 1669b6ed83
commit adf28e194c
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -18,6 +18,4 @@ source "target/device/Toolchain.in"
source "toolchain/Config.in.2"
source "toolchain/external-toolchain/Config.in"
source "project/Config.in"
endmenu