diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-22 17:17:03 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-22 17:17:03 +0000 |
commit | 3b7b07a4226fd0ff22d0440f73a53b7238386d8a (patch) | |
tree | 8703af9c539925bdccb624b2ad8b8514c068cb67 /target/device/Atmel | |
parent | a035d2300a93e85d98c9e81315adcbd2f89b6be4 (diff) | |
download | buildroot-novena-3b7b07a4226fd0ff22d0440f73a53b7238386d8a.tar.gz buildroot-novena-3b7b07a4226fd0ff22d0440f73a53b7238386d8a.zip |
ATMEL_MIRROR needs to be available before toolchain is built
Diffstat (limited to 'target/device/Atmel')
-rw-r--r-- | target/device/Atmel/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/device/Atmel/Makefile.in b/target/device/Atmel/Makefile.in index d42020f98..aa75898bd 100644 --- a/target/device/Atmel/Makefile.in +++ b/target/device/Atmel/Makefile.in @@ -1,6 +1,4 @@ # ******************************************************************* -ATMEL_MIRROR:=$(strip $(subst ",, $(BR2_ATMEL_MIRROR))) -#")) ifeq ($(strip $(BR2_TARGET_ATMEL)),y) ATMEL_PATH:=target/device/Atmel |