diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-26 22:22:55 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-26 22:22:55 +0000 |
commit | e52afe6fb3b4ec8dfedd017bad70abd9ea455a0c (patch) | |
tree | 8d4cef4ec873bee80ef3185bbee1834c1c4384ac /target/device/Atmel/at91rm9200df/Makefile.in | |
parent | 6acce2cf1fc2716f030d4939c8b06c6dff4e6543 (diff) | |
download | buildroot-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.in | 4 |
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 |