summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/frostflow/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/skyrim/frostflow/CMakeLists.txt')
-rw-r--r--zephyr/program/skyrim/frostflow/CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/zephyr/program/skyrim/frostflow/CMakeLists.txt b/zephyr/program/skyrim/frostflow/CMakeLists.txt
deleted file mode 100644
index dd7eae2384..0000000000
--- a/zephyr/program/skyrim/frostflow/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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_FROSTFLOW include)
-zephyr_include_directories("include")
-zephyr_library_sources(
- "src/usb_mux_config.c"
- "src/ppc_config.c"
- "src/thermal.c"
-)
-zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_KEYBOARD_CUSTOMIZATION
- "src/keyboard.c"
- "src/keyboard_customization.c"
-)