From c1e444ff72f363ff5f7e0cd7ecf0ae1a4af702dd Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Fri, 30 Jan 2009 18:39:03 +0000 Subject: Remove AVR32 patches from kernel-headers directory and put them in "target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" Make sure BR2_KERNEL_HEADERS_PATCH_DIR is enabled for 2.6.28 Set KERNEL_HEADERS_PATCH_DIR="target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" for Atmel AVR32 targets and "valka" --- target/device/Atmel/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/device/Atmel/Makefile.in') diff --git a/target/device/Atmel/Makefile.in b/target/device/Atmel/Makefile.in index fd53e6ee9..70d380586 100644 --- a/target/device/Atmel/Makefile.in +++ b/target/device/Atmel/Makefile.in @@ -13,6 +13,10 @@ TARGET_SKELETON:=$(ATMEL_TARGET)/target_skeleton TARGET_DEVICE_TABLE:=$(ATMEL_TARGET)/device_table.txt TARGET_SKELETON_LINKS:=$(ATMEL_TARGET)/skel.tar.gz +ifeq ($(BR2_avr32),y) +KERNEL_HEADERS_PATCH_DIR=target/device/Atmel/arch-avr32/kernel-headers-2.6.28.2 +endif + ifneq ($(COPYTO),) TARGET_ATMEL_COPYTO:=$(strip $(subst ",, $(BR2_COPYTO))) else -- cgit v1.2.3