summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
blob: 1cc9bb8b4b79c5d30dbf14718d1997bd10f945c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for RTC class/drivers.
#

obj-$(CONFIG_RTC_LIB)           += rtc-lib.o
obj-$(CONFIG_RTC_CLASS)         += class.o

# Keep the list ordered.

obj-$(CONFIG_RTC_DRV_DS1307)    += rtc-ds1307.o
obj-$(CONFIG_RTC_DRV_JZ4740)	+= rtc-jz4740.o