summaryrefslogtreecommitdiff
path: root/app/boards/arm/proton_c/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'app/boards/arm/proton_c/CMakeLists.txt')
-rw-r--r--app/boards/arm/proton_c/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/boards/arm/proton_c/CMakeLists.txt b/app/boards/arm/proton_c/CMakeLists.txt
deleted file mode 100644
index 940af1f..0000000
--- a/app/boards/arm/proton_c/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# SPDX-License-Identifier: MIT
-
-if(CONFIG_PINMUX)
-zephyr_library()
-zephyr_library_sources(pinmux.c)
-zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
-endif()