mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
86cd4f5f83
Samsung S5PC100 has 3 SDHCI controllers compatible with the one known from previous SoCs series. Add required platform setup and support code that the devices can be used with sdhci-s3c driver. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
22 lines
373 B
Makefile
22 lines
373 B
Makefile
# arch/arm/mach-s5pc100/Makefile
|
|
#
|
|
# Copyright 2009 Samsung Electronics Co.
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
# Core support for S5PC100 system
|
|
|
|
obj-$(CONFIG_CPU_S5PC100) += cpu.o
|
|
|
|
# Helper and device support
|
|
|
|
obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o
|
|
|
|
# machine support
|
|
obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o
|