mmc: pwrseq: convert to proper platform device
[deliverable/linux.git] / drivers / mmc / core / Makefile
CommitLineData
aaac1b47
PO
1#
2# Makefile for the kernel mmc core.
3#
4
aaac1b47 5obj-$(CONFIG_MMC) += mmc_core.o
51ec92e2 6mmc_core-y := core.o bus.o host.o \
5c4e6f13 7 mmc.o mmc_ops.o sd.o sd_ops.o \
46f555f2 8 sdio.o sdio_ops.o sdio_bus.o \
57f0adc7 9 sdio_cis.o sdio_io.o sdio_irq.o \
fd0ea65d 10 quirks.o slot-gpio.o
d97a1e5d
SK
11mmc_core-$(CONFIG_OF) += pwrseq.o
12obj-$(CONFIG_PWRSEQ_SIMPLE) += pwrseq_simple.o
13obj-$(CONFIG_PWRSEQ_EMMC) += pwrseq_emmc.o
6edd8ee6 14mmc_core-$(CONFIG_DEBUG_FS) += debugfs.o
This page took 0.902932 seconds and 5 git commands to generate.