summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/starmie/CMakeLists.txt
blob: f401c5dd4382045b58675ff7f9d8541ddc553c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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("src/ppc.c")