blob: 7f85dac131eeb389ed7ddba218ecaee93e08de47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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.20"
endif
|