#
# Makefile for the kernel slot 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_FLASHBE),y)
obj-$(CONFIG_SKY_FLASHBE) += flashbe_core.o \
                             flashbe_protocol.o \
                             flashbe_protocol_nand_small.o \
                             flashbe_protocol_nand_large.o \
                             flashbe_protocol_and.o \
                             flashbe_protocol_nor.o \
                             flashbe_protocol_onenand.o
O_TARGET	:= flashbe.o
endif

include $(TOPDIR)/Rules.make
