]> Git Repo - J-u-boot.git/blame - drivers/rtc/Makefile
Merge patch series "Add QOS support for J722S and AM62P"
[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
5c10c8ba 7obj-$(CONFIG_$(PHASE_)DM_RTC) += rtc-uclass.o
dbeda5b2 8
aefbc2c2 9obj-$(CONFIG_RTC_ARMADA38X) += armada38x.o
710f1d3d 10obj-$(CONFIG_RTC_DAVINCI) += davinci.o
710f1d3d
MY
11obj-$(CONFIG_RTC_DS1307) += ds1307.o
12obj-$(CONFIG_RTC_DS1338) += ds1307.o
13obj-$(CONFIG_RTC_DS1337) += ds1337.o
14obj-$(CONFIG_RTC_DS1374) += ds1374.o
710f1d3d 15obj-$(CONFIG_RTC_DS3231) += ds3231.o
0b326fc2 16obj-$(CONFIG_RTC_DS3232) += ds3232.o
87e9963d 17obj-$(CONFIG_RTC_EMULATION) += emul_rtc.o
2d6dc19f 18obj-$(CONFIG_RTC_GOLDFISH) += goldfish_rtc.o
fcb624be 19obj-$(CONFIG_RTC_HT1380) += ht1380.o
5c10c8ba 20obj-$(CONFIG_$(PHASE_)RTC_SANDBOX) += i2c_rtc_emul.o
710f1d3d 21obj-$(CONFIG_RTC_ISL1208) += isl1208.o
710f1d3d 22obj-$(CONFIG_RTC_M41T62) += m41t62.o
0798a1ce 23obj-$(CONFIG_RTC_MAX313XX) += max313xx.o
710f1d3d
MY
24obj-$(CONFIG_RTC_MC13XXX) += mc13xxx-rtc.o
25obj-$(CONFIG_RTC_MC146818) += mc146818.o
26obj-$(CONFIG_MCFRTC) += mcfrtc.o
710f1d3d 27obj-$(CONFIG_RTC_MV) += mvrtc.o
710f1d3d
MY
28obj-$(CONFIG_RTC_MXS) += mxsrtc.o
29obj-$(CONFIG_RTC_PCF8563) += pcf8563.o
8f3a8428 30obj-$(CONFIG_RTC_PCF2127) += pcf2127.o
710f1d3d
MY
31obj-$(CONFIG_RTC_PL031) += pl031.o
32obj-$(CONFIG_RTC_PT7C4338) += pt7c4338.o
05a0776e 33obj-$(CONFIG_RTC_RV3028) += rv3028.o
710f1d3d 34obj-$(CONFIG_RTC_RV3029) += rv3029.o
fb9a1ffe 35obj-$(CONFIG_RTC_RV8803) += rv8803.o
710f1d3d 36obj-$(CONFIG_RTC_RX8025) += rx8025.o
958a2106 37obj-$(CONFIG_RTC_RX8010SJ) += rx8010sj.o
da5337a6 38obj-$(CONFIG_RTC_S35392A) += s35392a.o
1f99eaff 39obj-$(CONFIG_RTC_STM32) += stm32_rtc.o
5c10c8ba 40obj-$(CONFIG_$(PHASE_)RTC_SANDBOX) += sandbox_rtc.o
8d612ccd 41obj-$(CONFIG_RTC_ABX80X) += abx80x.o
1f065e8f 42obj-$(CONFIG_RTC_ZYNQMP) += zynqmp_rtc.o
This page took 0.606738 seconds and 4 git commands to generate.