boards: imx-rt: Remove unneeded zephyr_include_directories

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

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-03-23 08:55:21 -05:00 committed by Kumar Gala
commit d6bffad4a5
9 changed files with 0 additions and 9 deletions

View file

@ -5,5 +5,4 @@
# #
zephyr_library() zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(pinmux.c) zephyr_library_sources(pinmux.c)

View file

@ -5,5 +5,4 @@
# #
zephyr_library() zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(pinmux.c) zephyr_library_sources(pinmux.c)

View file

@ -5,5 +5,4 @@
# #
zephyr_library() zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(pinmux.c) zephyr_library_sources(pinmux.c)

View file

@ -5,5 +5,4 @@
# #
zephyr_library() zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(pinmux.c) zephyr_library_sources(pinmux.c)

View file

@ -5,7 +5,6 @@
# #
zephyr_library() zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(pinmux.c) zephyr_library_sources(pinmux.c)
if (CONFIG_DISPLAY) if (CONFIG_DISPLAY)

View file

@ -5,7 +5,6 @@
# #
zephyr_library() zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(pinmux.c) zephyr_library_sources(pinmux.c)
if (CONFIG_DISPLAY) if (CONFIG_DISPLAY)

View file

@ -5,7 +5,6 @@
# #
zephyr_library() zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(pinmux.c) zephyr_library_sources(pinmux.c)
if (CONFIG_DISPLAY) if (CONFIG_DISPLAY)

View file

@ -5,5 +5,4 @@
# #
zephyr_library() zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(pinmux.c) zephyr_library_sources(pinmux.c)

View file

@ -5,7 +5,6 @@
# #
zephyr_library() zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(pinmux.c) zephyr_library_sources(pinmux.c)
zephyr_sources_ifdef(CONFIG_BOOT_FLEXSPI_NOR mmswiftio_flexspi_nor_config.c) zephyr_sources_ifdef(CONFIG_BOOT_FLEXSPI_NOR mmswiftio_flexspi_nor_config.c)
zephyr_sources_ifdef(CONFIG_DEVICE_CONFIGURATION_DATA mmswiftio_sdram_ini_dcd.c) zephyr_sources_ifdef(CONFIG_DEVICE_CONFIGURATION_DATA mmswiftio_sdram_ini_dcd.c)