Newer
Older
barebox / drivers / rtc / Makefile
@Antony Pavlov Antony Pavlov on 2 Aug 2014 247 bytes rtc: add jz4740 driver
#
# 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