Makefile 196 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 # # Makefile for MMC/SD card drivers # obj-$(CONFIG_MMC_BLOCK) += mmc_block.o mmc_block-objs := block.o queue.o obj-$(CONFIG_MMC_TEST) += mmc_test.o obj-$(CONFIG_SDIO_UART) += sdio_uart.o