- naming convention is Config.in resp. Config.in.foo

Adjust some accordingly
This commit is contained in:
Bernhard Reutner-Fischer
2007-09-28 21:54:36 +00:00
parent 41d2a92fee
commit bb9e6a7d9e
7 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ config BR2_VERSION
string
default "0.10.0-svn"
source "target/arch.in"
source "target/Config.in.arch"
source "target/device/Config.in"
menu "Build options"
@@ -69,7 +69,7 @@ config BR2_DL_DIR
The default is $(BASE_DIR)/dl
source "target/device/Mirrors.in"
source "target/device/Config.in.mirrors"
config BR2_STAGING_DIR
string "Toolchain and header file location?"