Skip to content

Commit

Permalink
board: add call to zephyr_library() for stm32mp157c_dk2
Browse files Browse the repository at this point in the history
Add call to zephyr_library() for stm32mp157c_dk2

Signed-off-by: Alexandre Bourdiol <[email protected]>
  • Loading branch information
ABOSTM authored and carlescufi committed Jun 10, 2019
1 parent b0f40cf commit c2c28cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/stm32mp157c_dk2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

if(CONFIG_PINMUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${PROJECT_SOURCE_DIR}/drivers)
endif()

0 comments on commit c2c28cf

Please sign in to comment.