summaryrefslogtreecommitdiff
path: root/zephyr/program/myst/myst/CMakeLists.txt
blob: 09e319e8c4248cf54a8f67d1f0edd34b218b0769 (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/keyboard.c"
		"src/usb_mux_config.c"
)