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