diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-22 07:53:24 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-22 07:53:24 +0000 |
commit | 6fd0d36d321e9bfc7e7220c7054645565c4121c2 (patch) | |
tree | 82112add75e7536582cbd992947a1f98a117a85a /target/generic/Config.in | |
parent | 0496551eac22bdef4a5fe1e49811d59e561880b0 (diff) | |
download | buildroot-novena-6fd0d36d321e9bfc7e7220c7054645565c4121c2.tar.gz buildroot-novena-6fd0d36d321e9bfc7e7220c7054645565c4121c2.zip |
Add simple way to enable most (but not all) targets for testing purposes
Diffstat (limited to 'target/generic/Config.in')
-rw-r--r-- | target/generic/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/generic/Config.in b/target/generic/Config.in index 40140443e..460a53f27 100644 --- a/target/generic/Config.in +++ b/target/generic/Config.in @@ -56,3 +56,4 @@ config BR2_TARGET_GENERIC_DEV_SYSTEM help Board support for a generic development system. +source "target/generic/Config.in.test" |