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/atngw100/Makefile.in | |
parent | c46893b7af0e6f0bbc072dc76cb979995ff654fc (diff) | |
download | buildroot-novena-ceaf9e8217f29f6c499d03c62612b2eb50e8ed09.tar.gz buildroot-novena-ceaf9e8217f29f6c499d03c62612b2eb50e8ed09.zip |
updates and additions for avr32 arch
Diffstat (limited to 'target/device/Atmel/atngw100/Makefile.in')
-rw-r--r-- | target/device/Atmel/atngw100/Makefile.in | 14 |
1 files changed, 4 insertions, 10 deletions
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 |