summaryrefslogtreecommitdiff
path: root/target/device/ARMLTD/Makefile.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 20:10:23 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 20:10:23 +0000
commit010a1acb2389cefc3452dfc0e2a07051c8ad3e07 (patch)
tree3ab1f903f73e73b6a82111234907038e1d63432a /target/device/ARMLTD/Makefile.in
parent97515c6cae4794027bbe24cfe1465ccd254b9337 (diff)
Clean up ARM Ltd. BSP
Diffstat (limited to 'target/device/ARMLTD/Makefile.in')
-rw-r--r--target/device/ARMLTD/Makefile.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/target/device/ARMLTD/Makefile.in b/target/device/ARMLTD/Makefile.in
index 4994ff5cd..a846ba6b2 100644
--- a/target/device/ARMLTD/Makefile.in
+++ b/target/device/ARMLTD/Makefile.in
@@ -1,14 +1,11 @@
-ifeq ($(BR2_TARGET_ARMLTD_INTEGRATOR_926),y)
-LINUX26_KCONFIG:=target/device/Arm/linux26.integrator926.config
-TARGETS+=linux26
+ifeq ($(BR2_TARGET_ARMLTD),y)
+BOARD_NAME=$(strip $(subst ",,$(BR2_BOARD_NAME)))
+#"))
+BOARD_PATH=$(strip $(subst ",,$(BR2_BOARD_PATH)))
+#"))
-ifndef UCLIBC_CONFIG_FILE
-UCLIBC_CONFIG_FILE:=target/device/ARM/uClibc.integrator926.config
-endif
# pin some settings
-BR2_ARM_EABI:=y
BR2_GNU_TARGET_SUFFIX:="linux-uclibcgnueabi"
-BR2_DEFAULT_KERNEL_HEADERS:="2.6.22.8"
endif