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

# Add source files
target_sources_ifdef(CONFIG_PLATFORM_EC_CONSOLE_CMD_CHARGER_ADC_AMON_BMON
			app PRIVATE src/console_cmd_amon_bmon.c)
target_sources_ifdef(CONFIG_PLATFORM_EC_CHARGE_RAMP_HW
			app PRIVATE src/charge_ramp_hw.c)