#
# Makefile for the kernel sd/mmc driver module.
#
# Maintain by cheng tsair-jinn <jinncheng@skymedi.com.tw>
#
# Note: This Makefile has been simplified as much as possible, by putting all
# generic material, independent of this specific directory, into
# ../Rules.make. Read that file for details

ifeq ($(CONFIG_SKY_SDMMC),y)
obj-$(CONFIG_SKY_SDMMC) += sdmmc_core.o sdmmc_protocol.o sdmmc_media.o
O_TARGET	:= sdmmc.o
endif

include $(TOPDIR)/Rules.make
