]> git.baikalelectronics.ru Git - kernel.git/commit
net: lmc: remove -I. header search path
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 25 Jan 2019 14:22:29 +0000 (23:22 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Jan 2019 02:27:04 +0000 (18:27 -0800)
commit443f818f6a434c555370e8143a54501dd26468f3
tree1e61c07258fcb0a12f0ac5dcd6b36d5a079c949d
parentfe6724b3dcdbe6cef07c331b0907bf8787302338
net: lmc: remove -I. header search path

The header search path -I. in kernel Makefiles is very suspicious;
it allows the compiler to search for headers in the top of $(srctree),
where obviously no header file exists.

I was able to build without this header search path.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/lmc/Makefile