summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
blob: 2c5a50e864f84d78001e728fbac01328e10e190e (plain)
1
2
3
4
5
6
7
8
9
10
#
# 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