diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-03 16:10:50 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-03 16:10:50 +0000 |
commit | cc30201f4700ed1eb76e074bbbcf0f78ea469f07 (patch) | |
tree | c4c5ce759a559886fb64669e4a9bcda4b47918ac /target/device/Atmel/atngw100 | |
parent | c7066b18079daef160592168e51479e82ae4f586 (diff) | |
download | buildroot-novena-cc30201f4700ed1eb76e074bbbcf0f78ea469f07.tar.gz buildroot-novena-cc30201f4700ed1eb76e074bbbcf0f78ea469f07.zip |
Update target/device/Atmel/*/Makefile.in
------------------------------------------
Replace $(BOARDNAME)_PATH with BOARD_PATH
Set U-Boot targets for 1.2.0-atmel as well as 2009.01-rc1
Remove hardwiring of BusyBox configuration files.
Remove older BusyBox configuration files
Remove "at91sam9260dfc-linux-2.6.28-rc6.config" from at91sam9g20dfc directory
Update "at91rm9200df_defconfig"
Add "at91rm9200df-linux-2.6.28.config"
Update "at91sam9260dfc_defconfig"
Diffstat (limited to 'target/device/Atmel/atngw100')
-rw-r--r-- | target/device/Atmel/atngw100/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/target/device/Atmel/atngw100/Makefile.in b/target/device/Atmel/atngw100/Makefile.in index cd506e9e3..3c34d8d4a 100644 --- a/target/device/Atmel/atngw100/Makefile.in +++ b/target/device/Atmel/atngw100/Makefile.in @@ -1,7 +1,5 @@ ifeq ($(BR2_TARGET_AVR32_ATNGW100),y) -ATNGW100_PATH=target/device/Atmel/atngw100 - -TARGET_SKELETON=$(ATNGW100_PATH)/target_skeleton -TARGET_DEVICE_TABLE=$(ATNGW100_PATH)/device_table.txt -BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.9.1.config +UBOOT_BOARD_NAME:=atngw100 +TARGET_SKELETON=$(BOARD_PATH)/target_skeleton +TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt endif |