summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/skyrim/CMakeLists.txt
blob: fef1c72a3178d0a7a85d4bfc0338ed3994a57711 (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_SKYRIM include)
zephyr_library_sources(
		"src/usb_mux_config.c"
		"src/ppc_config.c"
		"src/form_factor.c"
		"src/alt_charger.c"
		"src/keyboard.c"
)
zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_FAN "src/fan.c")