[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090821095802.cae7136d.randy.dunlap@oracle.com>
Date: Fri, 21 Aug 2009 09:58:02 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: linux-kernel@...r.kernel.org
Cc: akpm <akpm@...ux-foundation.org>, Roland Dreier <rolandd@...co.com>
Subject: [PATCH -mmotm] ummunotify: fix userspace build
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix lots of build errors in ummunotify/umn-test, which are due to
this error:
Documentation/ummunotify/umn-test.c:23:30: error: linux/ummunotify.h: No such file or directory
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Roland Dreier <rolandd@...co.com>
---
Documentation/ummunotify/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- mmotm-2009-0820-1918.orig/Documentation/ummunotify/Makefile
+++ mmotm-2009-0820-1918/Documentation/ummunotify/Makefile
@@ -4,4 +4,4 @@ hostprogs-y := umn-test
# Tell kbuild to always build the programs
always := $(hostprogs-y)
-HOSTCFLAGS_umn-test.o += -I$(objtree)/include
+HOSTCFLAGS_umn-test.o += -I$(objtree)/usr/include
---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists