boards: lpc: 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
7397e3e5b5
commit
834c847ebe
4 changed files with 0 additions and 4 deletions
|
@ -6,6 +6,5 @@
|
|||
|
||||
if(CONFIG_PINMUX_MCUX_LPC)
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(pinmux.c)
|
||||
endif()
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
|
||||
if(CONFIG_PINMUX_MCUX_LPC)
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(pinmux.c)
|
||||
endif()
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
|
||||
if(CONFIG_PINMUX_MCUX_LPC)
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(pinmux.c)
|
||||
endif()
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
if(CONFIG_PINMUX_MCUX_LPC)
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(pinmux.c)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue