All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-kernel@vger.kernel.org
Cc: akpm <akpm@linux-foundation.org>, Roland Dreier <rolandd@cisco.com>
Subject: [PATCH -mmotm] ummunotify: fix userspace build
Date: Fri, 21 Aug 2009 09:58:02 -0700	[thread overview]
Message-ID: <20090821095802.cae7136d.randy.dunlap@oracle.com> (raw)
In-Reply-To: <200908210222.n7L2Musb015815@imap1.linux-foundation.org>

From: Randy Dunlap <randy.dunlap@oracle.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@oracle.com>
Cc: Roland Dreier <rolandd@cisco.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/

  parent reply	other threads:[~2009-08-21 17:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-21  2:22 mmotm 2009-08-20-19-18 uploaded akpm
2009-08-21 10:38 ` Dave Young
2009-08-21 18:43   ` Balbir Singh
2009-08-21 20:50   ` Paul Menage
     [not found] ` <200908210222.n7L2Musb015815-AB4EexQrvXRQetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2009-08-21 16:57   ` [PATCH -mmotm] nfs/cache_lib: fix sunrpc struct build error Randy Dunlap
2009-08-21 16:57     ` Randy Dunlap
2009-08-21 17:51     ` Trond Myklebust
2009-08-21 16:58 ` Randy Dunlap [this message]
2009-08-21 17:44   ` [PATCH -mmotm] ummunotify: fix userspace build Roland Dreier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090821095802.cae7136d.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rolandd@cisco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.