mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
52c506f0bc
Add a means of getting platform data for the SDHCI PCI devices. The data is stored against the slot not the device in order to support multi-slot devices. The data allows platform-specific setup (such as getting GPIO numbers from firmware or setting up wl12xx for SDIO) to be done in platform support files instead of the sdhci-pci driver. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Chris Ball <cjb@laptop.org>
9 lines
194 B
Makefile
9 lines
194 B
Makefile
#
|
|
# Makefile for the kernel mmc device drivers.
|
|
#
|
|
|
|
subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG
|
|
|
|
obj-$(CONFIG_MMC) += core/
|
|
obj-$(CONFIG_MMC) += card/
|
|
obj-$(subst m,y,$(CONFIG_MMC)) += host/
|