Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
Note: File does not exist in v5.14.15.
 1#
 2# Makefile for MMC/SD card drivers
 3#
 4
 5obj-$(CONFIG_MMC_BLOCK)		+= mmc_block.o
 6mmc_block-objs			:= block.o queue.o
 7obj-$(CONFIG_MMC_TEST)		+= mmc_test.o
 8
 9obj-$(CONFIG_SDIO_UART)		+= sdio_uart.o
10