#
# Makefile for the kernel skyrtc 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_2850_BUILTIN_RTC),y)
obj-$(CONFIG_2850_BUILTIN_RTC) += skyrtc.o
O_TARGET	:= skymedi_builtin_rtc.o
endif

#obj-$(y) += skyrtc.o
#O_TARGET	:= skyrtc.o

include $(TOPDIR)/Rules.make
