buildroot/target/device/Atmel/atstk1005/Makefile.in

8 lines
268 B
Makefile
Raw Normal View History

2008-12-20 23:24:11 +01:00
ifeq ($(strip $(BR2_TARGET_AVR32_ATSTK1002)),y)
ATSTK1002_PATH=target/device/Atmel/atstk100x
TARGET_SKELETON=$(ATSTK1002_PATH)/target_skeleton
TARGET_DEVICE_TABLE=$(ATSTK1002_PATH)/device_table.txt
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.9.1.config
endif