Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the kernel mmc device drivers. |
| 3 | # |
| 4 | |
matt mooney | d3c502b | 2010-09-24 12:17:24 -0700 | [diff] [blame] | 5 | subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG |
Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame] | 6 | |
Pierre Ossman | aaac1b4 | 2007-02-28 15:33:10 +0100 | [diff] [blame] | 7 | obj-$(CONFIG_MMC) += core/ |
Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame] | 8 | obj-$(CONFIG_MMC) += card/ |
Adrian Hunter | 52c506f | 2011-12-27 15:48:43 +0200 | [diff] [blame] | 9 | obj-$(subst m,y,$(CONFIG_MMC)) += host/ |