From ceaf9e8217f29f6c499d03c62612b2eb50e8ed09 Mon Sep 17 00:00:00 2001 From: John Voltz Date: Thu, 6 Mar 2008 18:59:14 +0000 Subject: updates and additions for avr32 arch --- target/device/Atmel/atngw100/Makefile.in | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'target/device/Atmel/atngw100/Makefile.in') diff --git a/target/device/Atmel/atngw100/Makefile.in b/target/device/Atmel/atngw100/Makefile.in index f45c599c1..f0dc063ad 100644 --- a/target/device/Atmel/atngw100/Makefile.in +++ b/target/device/Atmel/atngw100/Makefile.in @@ -1,12 +1,6 @@ -ifeq ($(BOARD_NAME),atngw100) -#BR2_PACKAGE_BUSYBOX_CONFIG=$(ATNGW100_PATH)/busybox.config -#UCLIBC_CONFIG_FILE=target/device/Atmel/uClibc.config.$(ARCH) +ifeq ($(strip $(BR2_TARGET_AVR32_ATNGW100)),y) +ATNGW100_PATH=target/device/Atmel/atngw100 -TARGET_SKELETON=$(BOARD_PATH)/target_skeleton -TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt - -ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) -#LINUX26_FORMAT=uImage -#LINUX26_KCONFIG=$(BOARD_PATH)/linux26.config -endif +TARGET_SKELETON=$(ATNGW100_PATH)/target_skeleton +TARGET_DEVICE_TABLE=$(ATNGW100_PATH)/device_table.txt endif -- cgit v1.2.3