From 235a5e5e4b3fa1e2315aad810d2beca5d76cdf8a Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Wed, 8 Jan 2020 17:17:30 -0600 Subject: [PATCH] cmake: remove include/drivers from include lists Files that need something from this directory should be using the prefix, e.g. instead of just . Signed-off-by: Peter Bigot --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aca1d84522..77ecf5a68b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,6 @@ zephyr_library_named(zephyr) zephyr_include_directories( include - include/drivers ${PROJECT_BINARY_DIR}/include/generated ${USERINCLUDE} ${STDINCLUDE}