[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D54826D.3060406@oracle.com>
Date: Thu, 10 Feb 2011 16:27:25 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Netdev <netdev@...r.kernel.org>, David Miller <davem@...emloft.net>
CC: Alexey Salmin <alexey.salmin@...il.com>
Subject: [PATCH] net: fix ifenslave build flags
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.com>
Reported-by: Alexey Salmin <alexey.salmin@...il.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)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists