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 | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame] | 5 | ifeq ($(CONFIG_MMC_DEBUG),y) |
6 | EXTRA_CFLAGS += -DDEBUG | ||||
7 | endif | ||||
8 | |||||
Pierre Ossman | aaac1b4 | 2007-02-28 15:33:10 +0100 | [diff] [blame] | 9 | obj-$(CONFIG_MMC) += core/ |
Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame] | 10 | obj-$(CONFIG_MMC) += card/ |
11 | obj-$(CONFIG_MMC) += host/ | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 |