Skip to content
Snippets Groups Projects
Commit a866eda4 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: doc: remove outdated description of the limitation on -I usage


Kbuild used to manipulate header search paths, enforcing the odd
limitation of "no space after -I".

Commit cdd750bf ("kbuild: remove 'addtree' and 'flags' magic for
header search paths") stopped doing that. This limitation no longer
exists. Instead, you need to accurately specify the header search path.
(In this case, $(src)/include)

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarNicolas Schier <n.schier@avm.de>
parent 1a59bd3c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment