xref: /linux/drivers/mmc/Makefile (revision 44ba0bb4f2ad96246cb1f20c041f4d062cf6c4c2)
1#
2# Makefile for the kernel mmc device drivers.
3#
4
5obj-$(CONFIG_MMC)		+= core/
6obj-$(subst m,y,$(CONFIG_MMC))	+= host/
7