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/ |
| 9 | obj-$(CONFIG_MMC) += host/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | |