* [PATCH] documentation:kbuild Incorrect makefile syntix in examnple
@ 2009-05-31 1:13 David VomLehn
2009-06-05 21:49 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: David VomLehn @ 2009-05-31 1:13 UTC (permalink / raw)
To: linux-doc; +Cc: rdunlap, linux-kbuild, sam
There is an error in the make syntax for one of the kbuild examples. This
fixes it.
Signed-off-by: David VomLehn <dvomlehn@cisco.com>
---
Documentation/kbuild/modules.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt
index b1096da..0767cf6 100644
--- a/Documentation/kbuild/modules.txt
+++ b/Documentation/kbuild/modules.txt
@@ -275,7 +275,7 @@ following files:
KERNELDIR := /lib/modules/`uname -r`/build
all::
- $(MAKE) -C $KERNELDIR M=`pwd` $@
+ $(MAKE) -C $(KERNELDIR) M=`pwd` $@
# Module specific targets
genbin:
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] documentation:kbuild Incorrect makefile syntix in examnple
2009-05-31 1:13 [PATCH] documentation:kbuild Incorrect makefile syntix in examnple David VomLehn
@ 2009-06-05 21:49 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2009-06-05 21:49 UTC (permalink / raw)
To: David VomLehn; +Cc: linux-doc, rdunlap, linux-kbuild
On Sat, May 30, 2009 at 06:13:32PM -0700, David VomLehn wrote:
> There is an error in the make syntax for one of the kbuild examples. This
> fixes it.
>
> Signed-off-by: David VomLehn <dvomlehn@cisco.com>
I fixed up the subject and applied it.
Thanks,
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-05 21:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-31 1:13 [PATCH] documentation:kbuild Incorrect makefile syntix in examnple David VomLehn
2009-06-05 21:49 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox