summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/crystaldrift/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/skyrim/crystaldrift/CMakeLists.txt')
-rw-r--r--zephyr/program/skyrim/crystaldrift/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/zephyr/program/skyrim/crystaldrift/CMakeLists.txt b/zephyr/program/skyrim/crystaldrift/CMakeLists.txt
deleted file mode 100644
index 6e50c3d40e..0000000000
--- a/zephyr/program/skyrim/crystaldrift/CMakeLists.txt
+++ /dev/null
@@ -1,12 +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_CRYSTALDRIFT include)
-zephyr_library_sources(
- "src/usb_mux_config.c"
- "src/ppc_config.c"
- "src/form_factor.c"
- "src/alt_charger.c"
-)
-zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_FAN "src/fan.c")