diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-05-18 06:38:43 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 05:23:27 -0400 |
commit | b884c0e07058478bff82b8edcecff4e2919fa361 (patch) | |
tree | a46f312e4f6de9a326e5853e32e147e8c53d86f4 /arch/arm/mach-s5pc100/Makefile | |
parent | c8bb9635f926aaf15987450c57af05e422874b92 (diff) |
ARM: S5PC100: Move frame buffer helpers from plat-s5pc1xx to mach-s5pc100
Move frame buffer helpers from plat-s5pc1xx to mach-s5pc100.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pc100/Makefile')
-rw-r--r-- | arch/arm/mach-s5pc100/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/Makefile b/arch/arm/mach-s5pc100/Makefile index 4199ce2b161..1d1276c29cf 100644 --- a/arch/arm/mach-s5pc100/Makefile +++ b/arch/arm/mach-s5pc100/Makefile | |||
@@ -15,6 +15,7 @@ obj-$(CONFIG_CPU_S5PC100) += cpu.o gpiolib.o | |||
15 | 15 | ||
16 | # Helper and device support | 16 | # Helper and device support |
17 | 17 | ||
18 | obj-$(CONFIG_S5PC100_SETUP_FB_24BPP) += setup-fb-24bpp.o | ||
18 | obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o | 19 | obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o |
19 | 20 | ||
20 | # machine support | 21 | # machine support |