summaryrefslogtreecommitdiff
path: root/target/device/Atmel/atstk1005/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/Atmel/atstk1005/Makefile.in')
-rw-r--r--target/device/Atmel/atstk1005/Makefile.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/target/device/Atmel/atstk1005/Makefile.in b/target/device/Atmel/atstk1005/Makefile.in
index fcf78c079..4c3aadffb 100644
--- a/target/device/Atmel/atstk1005/Makefile.in
+++ b/target/device/Atmel/atstk1005/Makefile.in
@@ -1,7 +1,4 @@
-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
+ifeq ($(strip $(BR2_TARGET_AVR32_ATSTK1005)),y)
+TARGET_SKELETON=$(BOARD_PATH)/target_skeleton
+TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt
endif