commit | 2235c71cedd8d17f53947639ddc5d7469192e8f4 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Mar 23 08:18:24 2021 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Mar 23 13:14:38 2021 -0500 |
tree | 31ad6df053bd169146bdafc6cccd043da2f9cb22 | |
parent | 49858fbd6a5a6b762b3cce3a83ab2fc98be1901b [diff] |
drivers: wifi: Remove unncessary zephyr_include_directories Several wifi drivers add some form of zephyr_include_directories(.) which isn't needed since the headers in the specific driver dir get included via #include "foo.h". So we can remove any uses of zephyr_include_directories(.) Signed-off-by: Kumar Gala <kumar.gala@linaro.org>