]> Git Repo - J-u-boot.git/blame - drivers/rtc/Makefile
ARM: dts: ast2600: Make WDT by default disabled
[J-u-boot.git] / drivers / rtc / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
6a30c4ca 2#
f9328639 3# (C) Copyright 2001-2006
6a30c4ca 4# Wolfgang Denk, DENX Software Engineering, [email protected].
6825a95b 5#ccflags-y += -DDEBUG
6a30c4ca 6
380d4f78 7obj-$(CONFIG_$(SPL_TPL_)DM_RTC) += rtc-uclass.o
dbeda5b2 8
710f1d3d 9obj-$(CONFIG_RTC_AT91SAM9_RTT) += at91sam9_rtt.o
aefbc2c2 10obj-$(CONFIG_RTC_ARMADA38X) += armada38x.o
710f1d3d 11obj-$(CONFIG_RTC_DAVINCI) += davinci.o
710f1d3d
MY
12obj-$(CONFIG_RTC_DS1302) += ds1302.o
13obj-$(CONFIG_RTC_DS1306) += ds1306.o
14obj-$(CONFIG_RTC_DS1307) += ds1307.o
15obj-$(CONFIG_RTC_DS1338) += ds1307.o
412921d2 16obj-$(CONFIG_RTC_DS1339) += ds1307.o
710f1d3d
MY
17obj-$(CONFIG_RTC_DS1337) += ds1337.o
18obj-$(CONFIG_RTC_DS1374) += ds1374.o
19obj-$(CONFIG_RTC_DS1388) += ds1337.o
20obj-$(CONFIG_RTC_DS1556) += ds1556.o
21obj-$(CONFIG_RTC_DS164x) += ds164x.o
22obj-$(CONFIG_RTC_DS174x) += ds174x.o
23obj-$(CONFIG_RTC_DS3231) += ds3231.o
0b326fc2 24obj-$(CONFIG_RTC_DS3232) += ds3232.o
87e9963d 25obj-$(CONFIG_RTC_EMULATION) += emul_rtc.o
710f1d3d 26obj-$(CONFIG_RTC_FTRTC010) += ftrtc010.o
dd18e5d8 27obj-$(CONFIG_SANDBOX) += i2c_rtc_emul.o
710f1d3d
MY
28obj-$(CONFIG_RTC_IMXDI) += imxdi.o
29obj-$(CONFIG_RTC_ISL1208) += isl1208.o
30obj-$(CONFIG_RTC_M41T11) += m41t11.o
31obj-$(CONFIG_RTC_M41T60) += m41t60.o
32obj-$(CONFIG_RTC_M41T62) += m41t62.o
33obj-$(CONFIG_RTC_M41T94) += m41t94.o
34obj-$(CONFIG_RTC_M48T35A) += m48t35ax.o
35obj-$(CONFIG_RTC_MAX6900) += max6900.o
36obj-$(CONFIG_RTC_MC13XXX) += mc13xxx-rtc.o
37obj-$(CONFIG_RTC_MC146818) += mc146818.o
c79e1c1c 38obj-$(CONFIG_RTC_MCP79411) += ds1307.o
710f1d3d
MY
39obj-$(CONFIG_MCFRTC) += mcfrtc.o
40obj-$(CONFIG_RTC_MK48T59) += mk48t59.o
710f1d3d
MY
41obj-$(CONFIG_RTC_MV) += mvrtc.o
42obj-$(CONFIG_RTC_MX27) += mx27rtc.o
43obj-$(CONFIG_RTC_MXS) += mxsrtc.o
44obj-$(CONFIG_RTC_PCF8563) += pcf8563.o
8f3a8428 45obj-$(CONFIG_RTC_PCF2127) += pcf2127.o
710f1d3d
MY
46obj-$(CONFIG_RTC_PL031) += pl031.o
47obj-$(CONFIG_RTC_PT7C4338) += pt7c4338.o
48obj-$(CONFIG_RTC_RS5C372A) += rs5c372.o
05a0776e 49obj-$(CONFIG_RTC_RV3028) += rv3028.o
710f1d3d 50obj-$(CONFIG_RTC_RV3029) += rv3029.o
fb9a1ffe 51obj-$(CONFIG_RTC_RV8803) += rv8803.o
710f1d3d 52obj-$(CONFIG_RTC_RX8025) += rx8025.o
958a2106 53obj-$(CONFIG_RTC_RX8010SJ) += rx8010sj.o
710f1d3d 54obj-$(CONFIG_RTC_S3C24X0) += s3c24x0_rtc.o
da5337a6 55obj-$(CONFIG_RTC_S35392A) += s35392a.o
1f99eaff 56obj-$(CONFIG_RTC_STM32) += stm32_rtc.o
58714166 57obj-$(CONFIG_SANDBOX) += sandbox_rtc.o
710f1d3d 58obj-$(CONFIG_RTC_X1205) += x1205.o
8d612ccd 59obj-$(CONFIG_RTC_ABX80X) += abx80x.o
1f065e8f 60obj-$(CONFIG_RTC_ZYNQMP) += zynqmp_rtc.o
This page took 0.604784 seconds and 4 git commands to generate.