ARM: S5PC1xx: add platform helpers for SDHCI host controllers
[deliverable/linux.git] / arch / arm / mach-s5pc100 / Makefile
1 # arch/arm/mach-s5pc100/Makefile
2 #
3 # Copyright 2009 Samsung Electronics Co.
4 #
5 # Licensed under GPLv2
6
7 obj-y :=
8 obj-m :=
9 obj-n :=
10 obj- :=
11
12 # Core support for S5PC100 system
13
14 obj-$(CONFIG_CPU_S5PC100) += cpu.o
15
16 # Helper and device support
17
18 obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o
19
20 # machine support
21 obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o
This page took 0.03169 seconds and 6 git commands to generate.