summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/winterhold/CMakeLists.txt
blob: ebd01a87e61e26f527428d133f891cb9b9ba8d3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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.

zephyr_library_sources(
	"src/usb_mux_config.c"
	"src/ppc_config.c"
	"src/kb_backlight.c"
	"src/keyboard.c"
	"src/sensor.c"
	"src/battery_present.c"
)