* [PATCH] net: fix ifenslave build flags
@ 2011-02-11 0:27 Randy Dunlap
2011-02-11 4:04 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2011-02-11 0:27 UTC (permalink / raw)
To: Netdev, David Miller; +Cc: Alexey Salmin
From: Randy Dunlap <randy.dunlap@oracle.com>
-I (include path) should be specified for host builds.
This one was overlooked somehow. Fixes
https://bugzilla.kernel.org/show_bug.cgi?id=25902
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Reported-by: Alexey Salmin <alexey.salmin@gmail.com>
---
Documentation/networking/Makefile | 2 ++
1 file changed, 2 insertions(+)
--- lnx-2638-rc4.orig/Documentation/networking/Makefile
+++ lnx-2638-rc4/Documentation/networking/Makefile
@@ -4,6 +4,8 @@ obj- := dummy.o
# List of programs to build
hostprogs-y := ifenslave
+HOSTCFLAGS_ifenslave.o += -I$(objtree)/usr/include
+
# Tell kbuild to always build the programs
always := $(hostprogs-y)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-11 4:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 0:27 [PATCH] net: fix ifenslave build flags Randy Dunlap
2011-02-11 4:04 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).