Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the kernel mmc device drivers. | ||||
3 | # | ||||
4 | |||||
Pierre Ossman | aaac1b4 | 2007-02-28 15:33:10 +0100 | [diff] [blame] | 5 | obj-$(CONFIG_MMC) += core/ |
Adrian Hunter | 52c506f | 2011-12-27 15:48:43 +0200 | [diff] [blame] | 6 | obj-$(subst m,y,$(CONFIG_MMC)) += host/ |