summaryrefslogtreecommitdiffstats
path: root/target/device/Arm/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/Arm/Makefile.in')
-rw-r--r--target/device/Arm/Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/device/Arm/Makefile.in b/target/device/Arm/Makefile.in
deleted file mode 100644
index a55389e7f..000000000
--- a/target/device/Arm/Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-ifeq ($(BR2_TARGET_ARM_INTEGRATOR_926),y)
-LINUX26_KCONFIG:=target/device/Arm/linux26.integrator926.config
-TARGETS+=linux26
-
-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
-