Move ARM target to ARMLTD target to prepare for generic ARM

This commit is contained in:
Ulf Samuelsson 2008-03-20 22:06:10 +00:00
parent 63364eb82d
commit 10cacfa02d
8 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
menuconfig BR2_TARGET_ARM
menuconfig BR2_TARGET_ARMLTD
bool "ARM Ltd. Device Support"
depends BR2_arm
default n
comment "Arm based Device Support"
depends BR2_arm && BR2_TARGET_ARM
depends BR2_arm && BR2_TARGET_ARMLTD
config BR2_TARGET_ARM_INTEGRATOR_926
bool "Integrator arm926"
depends BR2_arm && BR2_TARGET_ARM
depends BR2_arm && BR2_TARGET_ARMLTD
default n
select BR2_PACKAGE_LINUX
select BR2_ARM_EABI

View File

@ -1,4 +1,4 @@
ifeq ($(BR2_TARGET_ARM_INTEGRATOR_926),y)
ifeq ($(BR2_TARGET_ARMLTD_INTEGRATOR_926),y)
LINUX26_KCONFIG:=target/device/Arm/linux26.integrator926.config
TARGETS+=linux26

View File

@ -84,12 +84,12 @@ BR2_BANNER="Welcome to the Erik's uClibc development environment."
# Preset Devices
#
BR2_PACKAGE_LINUX=y
BR2_TARGET_ARM=y
BR2_TARGET_ARMLTD=y
#
# Arm based Device Support
#
BR2_TARGET_ARM_INTEGRATOR_926=y
BR2_TARGET_ARMLTD_INTEGRATOR_926=y
# BR2_TARGET_ATMEL is not set
# BR2_TARGET_SHARP is not set

View File

@ -60,12 +60,12 @@ BR2_BANNER="Welcome to the Erik's uClibc development environment."
# Preset Devices
#
BR2_PACKAGE_LINUX=y
BR2_TARGET_ARM=y
BR2_TARGET_ARMLTD=y
#
# Arm based Device Support
#
BR2_TARGET_ARM_INTEGRATOR_926=y
BR2_TARGET_ARMLTD_INTEGRATOR_926=y
# BR2_TARGET_ATMEL is not set
# BR2_TARGET_SHARP is not set

View File

@ -5,7 +5,7 @@ source "project/Config.in"
comment "Preset Devices"
source "target/device/AMD/Config.in"
source "target/device/Arm/Config.in"
source "target/device/ARMLTD/Config.in"
source "target/device/Atmel/Config.in"
source "target/device/Hitachi/Config.in"
source "target/device/jp/Config.in"