diff options
author | Ian Molton <spyro@f2s.com> | 2008-08-19 13:01:28 +0100 |
---|---|---|
committer | Ian Molton <spyro@f2s.com> | 2008-08-19 13:44:07 +0100 |
commit | 0ec3cf69304d2e35ad29da3aa9ab43c3dd97677c (patch) | |
tree | 5c4cfa67f4f015da30aa7a49071c74f314c0c8d6 /arch/arm/mach-pxa/Makefile | |
parent | 7dc964148c2850e5df84fc17807ba48edb628c88 (diff) | |
download | kernel_samsung_tuna-0ec3cf69304d2e35ad29da3aa9ab43c3dd97677c.zip kernel_samsung_tuna-0ec3cf69304d2e35ad29da3aa9ab43c3dd97677c.tar.gz kernel_samsung_tuna-0ec3cf69304d2e35ad29da3aa9ab43c3dd97677c.tar.bz2 |
[ARM] eseries: move LCD defs into machine files
This patch removes the seperate files used for the LCD definitions on
e-series and places the definitions into the machine specific files.
Signed-off-by: Ian Molton <spyro@f2s.com>
Diffstat (limited to 'arch/arm/mach-pxa/Makefile')
-rw-r--r-- | arch/arm/mach-pxa/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index 38db581..b536a50 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile @@ -40,10 +40,10 @@ obj-$(CONFIG_MACH_MAGICIAN) += magician.o obj-$(CONFIG_ARCH_PXA_ESERIES) += eseries.o eseries_udc.o obj-$(CONFIG_MACH_E330) += e330.o obj-$(CONFIG_MACH_E350) += e350.o -obj-$(CONFIG_MACH_E740) += e740.o e740_lcd.o -obj-$(CONFIG_MACH_E750) += e750.o e750_lcd.o -obj-$(CONFIG_MACH_E400) += e400.o e400_lcd.o -obj-$(CONFIG_MACH_E800) += e800.o e800_lcd.o +obj-$(CONFIG_MACH_E740) += e740.o +obj-$(CONFIG_MACH_E750) += e750.o +obj-$(CONFIG_MACH_E400) += e400.o +obj-$(CONFIG_MACH_E800) += e800.o obj-$(CONFIG_MACH_PALMTX) += palmtx.o ifeq ($(CONFIG_MACH_ZYLONITE),y) |