]> Pileus Git - ~andy/linux/blob - drivers/mmc/card/Makefile
Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / 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