summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app/ec/CMakeLists.txt')
-rw-r--r--zephyr/app/ec/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/zephyr/app/ec/CMakeLists.txt b/zephyr/app/ec/CMakeLists.txt
deleted file mode 100644
index f12067a5b5..0000000000
--- a/zephyr/app/ec/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-zephyr_library_include_directories(include)
-zephyr_library_sources(ec_app_main.c)
-if(NOT DEFINED CONFIG_ZTEST)
- zephyr_library_sources(main_shim.c)
-endif()