summaryrefslogtreecommitdiff
path: root/zephyr/shim/core/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/core/CMakeLists.txt')
-rw-r--r--zephyr/shim/core/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/zephyr/shim/core/CMakeLists.txt b/zephyr/shim/core/CMakeLists.txt
deleted file mode 100644
index e1b13f21f4..0000000000
--- a/zephyr/shim/core/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 2021 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.
-
-if (DEFINED CONFIG_CPU_CORTEX_M)
- add_subdirectory(cortex-m)
-endif()