diff options
author | Nick <nick.win999@gmail.com> | 2020-09-07 12:24:47 -0500 |
---|---|---|
committer | Nick <nick.win999@gmail.com> | 2020-09-07 12:24:47 -0500 |
commit | 6b433fdefd0793e836574f528445b7d4b6d781bc (patch) | |
tree | f7cf6ea106010c01e51e8ec353a7b7ce1065da79 /app/boards/arm/dz60rgb/CMakeLists.txt | |
parent | fa40558f73ae0b7f693d93ec931aecf9d52167a1 (diff) |
Finish DZ60RGB board definition
Diffstat (limited to 'app/boards/arm/dz60rgb/CMakeLists.txt')
-rw-r--r-- | app/boards/arm/dz60rgb/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/boards/arm/dz60rgb/CMakeLists.txt b/app/boards/arm/dz60rgb/CMakeLists.txt index 6a0ec73..940af1f 100644 --- a/app/boards/arm/dz60rgb/CMakeLists.txt +++ b/app/boards/arm/dz60rgb/CMakeLists.txt @@ -1,7 +1,5 @@ # SPDX-License-Identifier: MIT -list(APPEND EXTRA_DTC_FLAGS "-qq") - if(CONFIG_PINMUX) zephyr_library() zephyr_library_sources(pinmux.c) |