diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-11-22 11:59:11 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-28 08:13:16 -0500 |
commit | e5c271ec3bdfaca5e8d47a9e63cfc0bf889881aa (patch) | |
tree | 1912c6f36426ff4325399692b9b7e29c40d6433e /arch/arm/mach-pxa/Makefile | |
parent | 3abcd199db312abeec617083be8a7655cab73ec8 (diff) |
[ARM] 4664/1: Add basic support for HTC Magician PDA phones
This includes irda, gpio keys, pxafb, backlight, ohci and flash
(read-only).
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.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 04f8323c8c89..fca4e819dc5d 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile | |||
@@ -22,6 +22,7 @@ obj-$(CONFIG_MACH_AKITA) += akita-ioexp.o | |||
22 | obj-$(CONFIG_MACH_POODLE) += poodle.o corgi_ssp.o | 22 | obj-$(CONFIG_MACH_POODLE) += poodle.o corgi_ssp.o |
23 | obj-$(CONFIG_MACH_TOSA) += tosa.o | 23 | obj-$(CONFIG_MACH_TOSA) += tosa.o |
24 | obj-$(CONFIG_MACH_EM_X270) += em-x270.o | 24 | obj-$(CONFIG_MACH_EM_X270) += em-x270.o |
25 | obj-$(CONFIG_MACH_MAGICIAN) += magician.o | ||
25 | obj-$(CONFIG_ARCH_PXA_ESERIES) += eseries.o | 26 | obj-$(CONFIG_ARCH_PXA_ESERIES) += eseries.o |
26 | 27 | ||
27 | ifeq ($(CONFIG_MACH_ZYLONITE),y) | 28 | ifeq ($(CONFIG_MACH_ZYLONITE),y) |