summaryrefslogtreecommitdiff
path: root/zephyr/program/myst/myst/CMakeLists.txt
blob: 9dc79f913ecf64dca194fe80fe5fed0221f087fb (plain)
1
2
3
4
5
6
7
8
9
# 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.

cros_ec_library_include_directories_ifdef(CONFIG_BOARD_MYST include)
zephyr_library_sources(
		"src/ppc_config.c"
		"src/keyboard.c"
)