diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-20 22:06:10 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-20 22:06:10 +0000 |
commit | 10cacfa02ddb8a80c0d92327afc313f68f0cf753 (patch) | |
tree | 1d9a428788e1a39c6a1a525554dd690c39721c3d /target/device/ARMLTD/Makefile.in | |
parent | 63364eb82d1e826c959b9f271043ef0b4e8cc064 (diff) | |
download | buildroot-novena-10cacfa02ddb8a80c0d92327afc313f68f0cf753.tar.gz buildroot-novena-10cacfa02ddb8a80c0d92327afc313f68f0cf753.zip |
Move ARM target to ARMLTD target to prepare for generic ARM
Diffstat (limited to 'target/device/ARMLTD/Makefile.in')
-rw-r--r-- | target/device/ARMLTD/Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
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 + |