summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_rtc/CMakeLists.txt
blob: d9ae5772545fc34f5a3536a4b50e09a040d03edd (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

zephyr_library_sources_ifdef(CONFIG_CROS_RTC_NPCX	cros_rtc_npcx.c)
zephyr_library_sources_ifdef(CONFIG_CROS_RTC_NXP_PCF85063A
	nxp_rtc_pcf85063a.c)
zephyr_library_sources_ifdef(CONFIG_CROS_RTC_RENESAS_IDT1337AG
	renesas_rtc_idt1337ag.c)
zephyr_library_sources_ifdef(CONFIG_CROS_RTC_XEC	cros_rtc_xec.c)