5cc7fd88fc
Add the necessary helper functions for setting up the SDHCI device information. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
23 lines
395 B
Makefile
23 lines
395 B
Makefile
# arch/arm/plat-s3c6410/Makefile
|
|
#
|
|
# Copyright 2008 Openmoko, Inc.
|
|
# Copyright 2008 Simtec Electronics
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
# Core support for S3C6410 system
|
|
|
|
obj-$(CONFIG_CPU_S3C6410) += cpu.o
|
|
|
|
# Helper and device support
|
|
|
|
obj-$(CONFIG_S3C6410_SETUP_SDHCI) += setup-sdhci.o
|
|
|
|
# machine support
|
|
|
|
obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o
|