summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/crystaldrift/CMakeLists.txt
blob: 354846a2327ebb579369481dbb164f572d617191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2022 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_CRYSTALDRIFT include)
zephyr_library_sources(
		"src/usb_mux_config.c"
		"src/ppc_config.c"
		"src/form_factor.c"
		"src/keyboard.c"
		"src/board.c"
)
zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_FAN "src/fan.c")