blob: f911fbd2845bac335f7ad43e5e5ed2a74309b814 [file] [log] [blame]
Pierre Ossmanaaac1b42007-02-28 15:33:10 +01001#
2# Makefile for the kernel mmc core.
3#
4
5ifeq ($(CONFIG_MMC_DEBUG),y)
6 EXTRA_CFLAGS += -DDEBUG
7endif
8
9obj-$(CONFIG_MMC) += mmc_core.o
10mmc_core-y := core.o sysfs.o
11