diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-18 19:32:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-18 19:32:18 +0000 |
commit | 02242b9f3d7ef4dc9e952c95f7b799400291093a (patch) | |
tree | 4b63963dfa19bc203cb2c11a15b8af99b17f4afc /target/device | |
parent | bca14a752843244f6a44d014718a0e5b8360c96d (diff) | |
download | buildroot-novena-02242b9f3d7ef4dc9e952c95f7b799400291093a.tar.gz buildroot-novena-02242b9f3d7ef4dc9e952c95f7b799400291093a.zip |
move stuff around a little bit more
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/device/Config.in b/target/device/Config.in index 7ad0e830b..432f4d7a5 100644 --- a/target/device/Config.in +++ b/target/device/Config.in @@ -2,4 +2,7 @@ menu "Board Support Options" source "target/device/Soekris/Config.in" +# This must be last +source "target/generic/Config.in" + endmenu |