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
|
@ -73,7 +73,6 @@ zephyr_library_named(zephyr)
|
|||
|
||||
zephyr_include_directories(
|
||||
include
|
||||
include/drivers
|
||||
${PROJECT_BINARY_DIR}/include/generated
|
||||
${USERINCLUDE}
|
||||
${STDINCLUDE}
|
||||
|
|
Loading…
Reference in a new issue