summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/starmie/CMakeLists.txt
blob: dd669ab82cb13e031efbb28263cd1ddf2d5f95f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.

# Starmie Makeifile

zephyr_library_sources("../src/ite_hooks.c")
zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_I2C "../src/ite_i2c.c")
zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_USBC
                             "../src/ite_usb_pd_policy.c" "../src/ite_usbc.c")

zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_DETACHABLE_BASE
			"src/base_detect.c")

zephyr_library_sources("src/ppc.c")