boards: nrf: 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
d6bffad4a5
commit
48624864a7
6 changed files with 0 additions and 6 deletions
|
@ -3,4 +3,3 @@
|
|||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(board.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(board.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
zephyr_library()
|
||||
zephyr_library_sources(innblue21_board_init.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
zephyr_library()
|
||||
zephyr_library_sources(innblue22_board_init.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(board.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(board.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue