debugfs: Export bool read/write functions
[deliverable/linux.git] / drivers / mmc / card / Makefile
1 #
2 # Makefile for MMC/SD card drivers
3 #
4
5 obj-$(CONFIG_MMC_BLOCK) += mmc_block.o
6 mmc_block-objs := block.o queue.o
7 obj-$(CONFIG_MMC_TEST) += mmc_test.o
8
9 obj-$(CONFIG_SDIO_UART) += sdio_uart.o
10
This page took 0.029777 seconds and 5 git commands to generate.