From 10cacfa02ddb8a80c0d92327afc313f68f0cf753 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 20 Mar 2008 22:06:10 +0000 Subject: Move ARM target to ARMLTD target to prepare for generic ARM --- target/device/ARMLTD/Makefile.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/device/ARMLTD/Makefile.in (limited to 'target/device/ARMLTD/Makefile.in') diff --git a/target/device/ARMLTD/Makefile.in b/target/device/ARMLTD/Makefile.in new file mode 100644 index 000000000..45703a7da --- /dev/null +++ b/target/device/ARMLTD/Makefile.in @@ -0,0 +1,14 @@ +ifeq ($(BR2_TARGET_ARMLTD_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 + -- cgit v1.2.3