Commit 98d691e2 authored by Kumar Gala's avatar Kumar Gala Committed by Anas Nashif
Browse files

boards: stm32: Remove unneeded zephyr_include_directories



The include of ${ZEPHYR_BASE}/drivers isn't needed anymore for
board code so remove it.

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent 2954dcf4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
if(CONFIG_PINMUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()
+0 −1
Original line number Diff line number Diff line
@@ -2,5 +2,4 @@

if(CONFIG_PINMUX)
zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()
+0 −4
Original line number Diff line number Diff line
# SPDX-License-Identifier: Apache-2.0

if(CONFIG_PINMUX)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()

if(${ZEPHYR_TOOLCHAIN_VARIANT} STREQUAL "zephyr")
	set(COMPILER_FULL_PATH ${ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc)
elseif(${ZEPHYR_TOOLCHAIN_VARIANT} STREQUAL "gnuarmemb")
+0 −1
Original line number Diff line number Diff line
@@ -3,5 +3,4 @@
if(CONFIG_PINMUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()