diff options
author | eric miao <eric.miao@marvell.com> | 2007-12-12 21:41:43 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-28 08:13:17 -0500 |
commit | e1d9b9532522f4a04b925e151c1790e669312c55 (patch) | |
tree | 56a6970770f8fea1644bfbdf91b49122fc5e4ebc /arch/arm/mach-pxa/Makefile | |
parent | e5c271ec3bdfaca5e8d47a9e63cfc0bf889881aa (diff) |
[ARM] pxa: add basic support for Littleton (PXA3xx Form Factor Platform)
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Makefile')
-rw-r--r-- | arch/arm/mach-pxa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index fca4e819dc5d..5e9aec57642d 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile | |||
@@ -30,6 +30,7 @@ ifeq ($(CONFIG_MACH_ZYLONITE),y) | |||
30 | obj-$(CONFIG_CPU_PXA300) += zylonite_pxa300.o | 30 | obj-$(CONFIG_CPU_PXA300) += zylonite_pxa300.o |
31 | obj-$(CONFIG_CPU_PXA320) += zylonite_pxa320.o | 31 | obj-$(CONFIG_CPU_PXA320) += zylonite_pxa320.o |
32 | endif | 32 | endif |
33 | obj-$(CONFIG_MACH_LITTLETON) += littleton.o | ||
33 | 34 | ||
34 | obj-$(CONFIG_MACH_ARMCORE) += cm-x270.o | 35 | obj-$(CONFIG_MACH_ARMCORE) += cm-x270.o |
35 | 36 | ||