aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Makefile
diff options
context:
space:
mode:
authorTomáš Čech <sleep_walker@suse.cz>2009-09-11 13:57:01 +0200
committerEric Miao <eric.y.miao@gmail.com>2009-12-01 09:02:48 +0800
commitbb2ae8f0325221a2dfd9eb31554f42e9c24abdf2 (patch)
tree678a540431139e6c9b60ec7895e8b5f9ed0b0b7a /arch/arm/mach-pxa/Makefile
parent[ARM] pxa: update flash structure in onenand info (diff)
downloadlinux-dev-bb2ae8f0325221a2dfd9eb31554f42e9c24abdf2.tar.xz
linux-dev-bb2ae8f0325221a2dfd9eb31554f42e9c24abdf2.zip
[ARM] pxa/treo: generalisation of Treo680 code
Signed-off-by: Tomáš Čech <sleep_walker@suse.cz> Acked-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-pxa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile
index f10e152bfc27..e5d450c54340 100644
--- a/arch/arm/mach-pxa/Makefile
+++ b/arch/arm/mach-pxa/Makefile
@@ -64,7 +64,7 @@ obj-$(CONFIG_MACH_PALMT5) += palmt5.o
obj-$(CONFIG_MACH_PALMTX) += palmtx.o
obj-$(CONFIG_MACH_PALMLD) += palmld.o
obj-$(CONFIG_MACH_PALMZ72) += palmz72.o
-obj-$(CONFIG_MACH_TREO680) += treo680.o
+obj-$(CONFIG_PALM_TREO) += palmtreo.o
obj-$(CONFIG_ARCH_VIPER) += viper.o
ifeq ($(CONFIG_MACH_ZYLONITE),y)