summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/it8xxx2/CMakeLists.txt
blob: 7a92a3cfb6cd764dc8ffb7f7d25e06e236fc0715 (plain)
1
2
3
4
5
6
7
8
9
10
# 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_include_directories(include)

zephyr_library_sources(clock.c)
zephyr_library_sources_ifdef(CONFIG_CROS_EC           system.c)
zephyr_library_sources_ifdef(CONFIG_CROS_EC           pinmux.c)
zephyr_library_sources_ifdef(CONFIG_CROS_KB_RAW_ITE   keyboard_raw.c)