diff options
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r-- | drivers/mmc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index 4d2bdfeb8d76..9979f5e9765b 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile | |||
@@ -6,12 +6,7 @@ ifeq ($(CONFIG_MMC_DEBUG),y) | |||
6 | EXTRA_CFLAGS += -DDEBUG | 6 | EXTRA_CFLAGS += -DDEBUG |
7 | endif | 7 | endif |
8 | 8 | ||
9 | # | 9 | obj-$(CONFIG_MMC) += core/ |
10 | # Core | ||
11 | # | ||
12 | obj-$(CONFIG_MMC) += mmc_core.o | ||
13 | mmc_core-y := mmc.o mmc_sysfs.o | ||
14 | |||
15 | obj-$(CONFIG_MMC) += card/ | 10 | obj-$(CONFIG_MMC) += card/ |
16 | obj-$(CONFIG_MMC) += host/ | 11 | obj-$(CONFIG_MMC) += host/ |
17 | 12 | ||