2008-03-06 19:59:14 +01:00
|
|
|
ifeq ($(strip $(BR2_TARGET_AVR32_ATNGW100_EXPANDED)),y)
|
|
|
|
ATNGW100_EXPANDED_PATH=target/device/Atmel/atngw100-expanded
|
|
|
|
|
|
|
|
TARGET_SKELETON=$(ATNGW100_EXPANDED_PATH)/target_skeleton
|
|
|
|
TARGET_DEVICE_TABLE=$(ATNGW100_EXPANDED_PATH)/device_table.txt
|
2008-03-28 08:32:54 +01:00
|
|
|
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.9.1.config
|
2008-03-06 19:59:14 +01:00
|
|
|
endif
|