diff -BNurbp linux-2.6.8.1.orig/Makefile linux-2.6.8.1/Makefile
--- linux-2.6.8.1.orig/Makefile	2004-08-14 12:55:35.000000000 +0200
+++ linux-2.6.8.1/Makefile	2004-11-07 17:52:59.635581999 +0100
@@ -190,8 +190,8 @@ SUBARCH := $(shell uname -m | sed -e s/i
 # Default value for CROSS_COMPILE is not to prefix executables
 # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
 
-ARCH		?= $(SUBARCH)
-CROSS_COMPILE	?=
+ARCH		?= arm
+CROSS_COMPILE	?= arm-linux-
 
 # Architecture as present in compile.h
 UTS_MACHINE := $(ARCH)
diff -BNurbp linux-2.6.8.1.orig/arch/arm/mach-pxa/Kconfig linux-2.6.8.1/arch/arm/mach-pxa/Kconfig
--- linux-2.6.8.1.orig/arch/arm/mach-pxa/Kconfig	2004-08-14 12:54:51.000000000 +0200
+++ linux-2.6.8.1/arch/arm/mach-pxa/Kconfig	2004-11-07 17:52:59.635581999 +0100
@@ -18,6 +18,10 @@ config ARCH_PXA_IDP
 	bool "Accelent Xscale IDP"
 	select PXA25x
 
+config ARCH_PXA_N10
+	bool "Acer n10"
+	select PXA25x
+
 endchoice
 
 endmenu
diff -BNurbp linux-2.6.8.1.orig/arch/arm/mach-pxa/Makefile linux-2.6.8.1/arch/arm/mach-pxa/Makefile
--- linux-2.6.8.1.orig/arch/arm/mach-pxa/Makefile	2004-08-14 12:55:32.000000000 +0200
+++ linux-2.6.8.1/arch/arm/mach-pxa/Makefile	2004-11-07 17:52:59.636581933 +0100
@@ -11,6 +11,7 @@ obj-$(CONFIG_PXA27x) += pxa27x.o
 obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o
 obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o
 obj-$(CONFIG_ARCH_PXA_IDP) += idp.o
+obj-$(CONFIG_ARCH_PXA_N10) += n10.o
 
 # Support for blinky lights
 led-y := leds.o
