cmake: remove include/drivers from include lists
Files that need something from this directory should be using the prefix, e.g. <drivers/sensor.h> instead of just <sensor.h>. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
344c109f02
commit
235a5e5e4b
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ zephyr_library_named(zephyr)
|
||||||
|
|
||||||
zephyr_include_directories(
|
zephyr_include_directories(
|
||||||
include
|
include
|
||||||
include/drivers
|
|
||||||
${PROJECT_BINARY_DIR}/include/generated
|
${PROJECT_BINARY_DIR}/include/generated
|
||||||
${USERINCLUDE}
|
${USERINCLUDE}
|
||||||
${STDINCLUDE}
|
${STDINCLUDE}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue