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/Arm/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/Arm/Makefile.in')
-rw-r--r-- | target/device/Arm/Makefile.in | 14 |
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 - |