Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 085c4c7d authored by Masahiro Yamada's avatar Masahiro Yamada Committed by David S. Miller
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7304720d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@ lmc-objs := lmc_debug.o lmc_media.o lmc_main.o lmc_proto.o
# -DDEBUG \
# -DLMC_PACKET_LOG

ccflags-y := -I. $(DBGDEF)
ccflags-y := $(DBGDEF)