diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-11 23:37:47 -0400 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-11 23:37:47 -0400 |
| commit | 7614e7e52bd2fbed9d878e1618363586fb44385d (patch) | |
| tree | 00e83d92593b5e0dfddf0ca1e26207a251f4f83e /app/boards/arm/proton_c/CMakeLists.txt | |
| parent | 488bcc4656d1378856e7f9e6b9fe186dfb302509 (diff) | |
Initial work on Proton-C board definition.
Diffstat (limited to 'app/boards/arm/proton_c/CMakeLists.txt')
| -rw-r--r-- | app/boards/arm/proton_c/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/boards/arm/proton_c/CMakeLists.txt b/app/boards/arm/proton_c/CMakeLists.txt new file mode 100644 index 0000000..d1b8108 --- /dev/null +++ b/app/boards/arm/proton_c/CMakeLists.txt @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: Apache-2.0 + +if(CONFIG_PINMUX) +zephyr_library() +zephyr_library_sources(pinmux.c) +zephyr_library_include_directories(${ZEPHYR_BASE}/drivers) +endif() |
