Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/mmc/Makefile

18 lines
249 B
Makefile
Raw Normal View History

#
# Makefile for the kernel mmc device drivers.
#
ifeq ($(CONFIG_MMC_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif
#
# Core
#
obj-$(CONFIG_MMC) += mmc_core.o
mmc_core-y := mmc.o mmc_sysfs.o
obj-$(CONFIG_MMC) += card/
obj-$(CONFIG_MMC) += host/