summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/markarth/CMakeLists.txt
blob: 65740f572a331cec1340402b91d66ba62f693c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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_MARKARTH include)
zephyr_library_sources(
		"src/usb_mux_config.c"
		"src/ppc_config.c"
		"src/form_factor.c"
		"src/keyboard.c"
		"src/kb_backlight.c"
		"src/thermal.c"
)
zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_KEYBOARD_CUSTOMIZATION
	"src/keyboard.c"
	"src/keyboard_customization.c"
)