boards: i.mx: 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:
parent
2235c71ced
commit
5310db38e2
5 changed files with 1 additions and 7 deletions
|
@ -5,5 +5,4 @@
|
|||
#
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(pinmux.c)
|
||||
|
|
|
@ -5,5 +5,4 @@
|
|||
#
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(pinmux.c)
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
#
|
||||
# Copyright (c) 2019, Joris Offouga
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(pinmux.c)
|
||||
zephyr_library_sources(pinmux.c)
|
||||
|
|
|
@ -5,5 +5,4 @@
|
|||
#
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(pinmux.c)
|
||||
|
|
|
@ -5,5 +5,4 @@
|
|||
#
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(pinmux.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue