diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-07-09 03:08:17 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-10 08:44:55 -0400 |
commit | 9ab24e4ef0b4e0a7eb8ea897c6178139aab3b260 (patch) | |
tree | 10bc8842f0c2e94033e892f5458a6bdab46533a9 /arch/arm/mach-pxa/Makefile | |
parent | a5f426bda73a743fd105274fe299d446d50e692e (diff) |
[ARM] 5162/1: Common code for the Motorola EZX GSM phones
Common code for the different EZX GSM phones. Functions to control framebuffer,
backlight power, OHCI and UART init.
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com>
Acked-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 c4dfbe87fc4e..1dded6499d0b 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile | |||
@@ -46,6 +46,7 @@ endif | |||
46 | obj-$(CONFIG_MACH_LITTLETON) += littleton.o | 46 | obj-$(CONFIG_MACH_LITTLETON) += littleton.o |
47 | 47 | ||
48 | obj-$(CONFIG_MACH_ARMCORE) += cm-x270.o | 48 | obj-$(CONFIG_MACH_ARMCORE) += cm-x270.o |
49 | obj-$(CONFIG_PXA_EZX) += ezx.o | ||
49 | 50 | ||
50 | # Support for blinky lights | 51 | # Support for blinky lights |
51 | led-y := leds.o | 52 | led-y := leds.o |