summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/winterhold/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/skyrim/winterhold/CMakeLists.txt')
-rw-r--r--zephyr/program/skyrim/winterhold/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/program/skyrim/winterhold/CMakeLists.txt b/zephyr/program/skyrim/winterhold/CMakeLists.txt
index 0596978c05..632f11d8f1 100644
--- a/zephyr/program/skyrim/winterhold/CMakeLists.txt
+++ b/zephyr/program/skyrim/winterhold/CMakeLists.txt
@@ -12,3 +12,6 @@ zephyr_library_sources(
"src/alt_charger.c"
"src/thermal.c"
)
+
+zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_CUSTOM_FAN_DUTY_CONTROL
+ "src/fan.c")