summaryrefslogtreecommitdiff
path: root/app/boards/arm/proton_c/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Johanson <peter@peterjohanson.com>2021-03-24 21:54:41 -0400
committerPete Johanson <peter@peterjohanson.com>2021-07-17 17:04:25 -0400
commitb2d64fe598d562af13ece92deb555af2e2498eaa (patch)
tree3faeab23351bf10338fa0960af5870578f452b1f /app/boards/arm/proton_c/CMakeLists.txt
parentd7475f792fd08a4a1d8fa011526284e979ff039a (diff)
refactor(boards): Switch proton_c to newer pinmux approach.
See: https://github.com/zephyrproject-rtos/zephyr/issues/28999 PR: https://github.com/zmkfirmware/zmk/pull/736
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()