diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-21 20:13:40 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-21 20:13:40 +0000 |
commit | 79db2c698986554e537e01f9c784ad6019cb8a5c (patch) | |
tree | 7e6a3988229f98698ea9a45b9d0d9c5b80e23e46 /target/device | |
parent | d6c497011bdb3a25f30dffdb828cd31561ab174c (diff) | |
download | buildroot-novena-79db2c698986554e537e01f9c784ad6019cb8a5c.tar.gz buildroot-novena-79db2c698986554e537e01f9c784ad6019cb8a5c.zip |
Comment should depend on AT91 bootstrap beeing built
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Atmel/at91bootstrap/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/device/Atmel/at91bootstrap/Config.in b/target/device/Atmel/at91bootstrap/Config.in index fdba4a829..3e53d3e6b 100644 --- a/target/device/Atmel/at91bootstrap/Config.in +++ b/target/device/Atmel/at91bootstrap/Config.in @@ -80,4 +80,5 @@ config BR2_AT91BOOTSTRAP_JUMP_ADDR depends on BR2_TARGET_AT91BOOTSTRAP comment "It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)" + depends on BR2_TARGET_AT91BOOTSTRAP |