2008-03-20 23:06:10 +01:00
|
|
|
ifeq ($(BR2_TARGET_ARMLTD_INTEGRATOR_926),y)
|
2007-02-10 20:30:55 +01:00
|
|
|
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
|
2007-09-29 23:22:23 +02:00
|
|
|
BR2_ARM_EABI:=y
|
2007-02-10 20:30:55 +01:00
|
|
|
BR2_GNU_TARGET_SUFFIX:="linux-uclibcgnueabi"
|
2007-09-27 23:23:25 +02:00
|
|
|
BR2_DEFAULT_KERNEL_HEADERS:="2.6.22.8"
|
2007-02-10 20:30:55 +01:00
|
|
|
endif
|
|
|
|
|