diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:59:14 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:59:14 +0000 |
commit | ceaf9e8217f29f6c499d03c62612b2eb50e8ed09 (patch) | |
tree | c0d1c53c52d050672de9c2fc656b760a2fbe5aa1 /target/device/Atmel/at91sam9260dfc | |
parent | c46893b7af0e6f0bbc072dc76cb979995ff654fc (diff) |
updates and additions for avr32 arch
Diffstat (limited to 'target/device/Atmel/at91sam9260dfc')
-rw-r--r-- | target/device/Atmel/at91sam9260dfc/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/device/Atmel/at91sam9260dfc/Makefile.in b/target/device/Atmel/at91sam9260dfc/Makefile.in index 7b095df1b..c4839bf0e 100644 --- a/target/device/Atmel/at91sam9260dfc/Makefile.in +++ b/target/device/Atmel/at91sam9260dfc/Makefile.in @@ -1,4 +1,5 @@ -ifeq ($(BOARD_NAME),at91sam9260dfc) +ifeq ($(strip$(BOARD_NAME)),at91sam9260dfc) LINUX26_BOARD_NAME=at91sam9260ek -BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config endif + + |