From b0dc12db5d5f003f93e6c6f822e801c804d0ad7a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 10 Feb 2007 19:30:55 +0000 Subject: - add an arm integrator 926 thing qemu can deal with --- target/device/Arm/Makefile.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/device/Arm/Makefile.in (limited to 'target/device/Arm/Makefile.in') diff --git a/target/device/Arm/Makefile.in b/target/device/Arm/Makefile.in new file mode 100644 index 000000000..7f85dac13 --- /dev/null +++ b/target/device/Arm/Makefile.in @@ -0,0 +1,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 + -- cgit v1.2.3