mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 07:18:51 +01:00
10 lines
196 B
Makefile
10 lines
196 B
Makefile
#
|
|
# 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
|
|
|