summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_rtc/CMakeLists.txt
blob: 24de568406c48327a1d8faca1c5716de6ae9bcbc (plain)
1
2
3
4
5
6
7
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# 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)