summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/at91rm9200df/Makefile.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-26 22:22:55 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-26 22:22:55 +0000
commite52afe6fb3b4ec8dfedd017bad70abd9ea455a0c (patch)
tree8d4cef4ec873bee80ef3185bbee1834c1c4384ac /target/device/Atmel/at91rm9200df/Makefile.in
parent6acce2cf1fc2716f030d4939c8b06c6dff4e6543 (diff)
downloadbuildroot-novena-e52afe6fb3b4ec8dfedd017bad70abd9ea455a0c.tar.gz
buildroot-novena-e52afe6fb3b4ec8dfedd017bad70abd9ea455a0c.zip
Use Makefile def of busybox config
Diffstat (limited to 'target/device/Atmel/at91rm9200df/Makefile.in')
-rw-r--r--target/device/Atmel/at91rm9200df/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Atmel/at91rm9200df/Makefile.in b/target/device/Atmel/at91rm9200df/Makefile.in
index 52f1c460b..5d4fa0b25 100644
--- a/target/device/Atmel/at91rm9200df/Makefile.in
+++ b/target/device/Atmel/at91rm9200df/Makefile.in
@@ -1,10 +1,10 @@
ifeq ($(BOARD_NAME),at91rm9200df)
LINUX_BOARD_NAME=at91rm9200ek
-BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.7.1.config
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.7.1.config
endif
ifeq ($(BOARD_NAME),at91rm9200ek)
-BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.7.1.config
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.7.1.config
endif