From afec6787450ff42906cb3ea47ff94c9dc887c5b3 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 18 Aug 2007 08:46:41 +0000 Subject: Move AVR32 kernel patches to target/device/Atmel/arch-avr32 Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86 --- target/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/Makefile.in') diff --git a/target/Makefile.in b/target/Makefile.in index e4f58ca2d..5cb293566 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -20,7 +20,8 @@ include target/*/*.mk ifeq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG))),y) #")) -include target/linux-experimental/Makefile.in +include target/linux/Makefile.in +#include target/linux-experimental/Makefile.in else include target/linux/Makefile.in endif -- cgit v1.2.3