summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/winterhold/CMakeLists.txt
blob: 632f11d8f1876c415986595361b00b92499d7277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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"
	"src/alt_charger.c"
	"src/thermal.c"
)

zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_CUSTOM_FAN_DUTY_CONTROL
  "src/fan.c")