* [PATCH 2/4] kbuild: Fix reference to vermagic.h
@ 2011-05-25 9:09 Geert Uytterhoeven
2011-05-25 10:09 ` Michal Marek
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2011-05-25 9:09 UTC (permalink / raw)
To: Michal Marek; +Cc: linux-kbuild, linux-kernel, Geert Uytterhoeven
It's "include/linux/vermagic.h", not "include/vermagic.h"
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
scripts/Makefile.modpost | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
index 56dfafc..08dce14 100644
--- a/scripts/Makefile.modpost
+++ b/scripts/Makefile.modpost
@@ -18,7 +18,7 @@
# Step 3 is used to place certain information in the module's ELF
# section, including information such as:
-# Version magic (see include/vermagic.h for full details)
+# Version magic (see include/linux/vermagic.h for full details)
# - Kernel release
# - SMP is CONFIG_SMP
# - PREEMPT is CONFIG_PREEMPT
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/4] kbuild: Fix reference to vermagic.h
2011-05-25 9:09 [PATCH 2/4] kbuild: Fix reference to vermagic.h Geert Uytterhoeven
@ 2011-05-25 10:09 ` Michal Marek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2011-05-25 10:09 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-kbuild, linux-kernel
On 25.5.2011 11:09, Geert Uytterhoeven wrote:
> It's "include/linux/vermagic.h", not "include/vermagic.h"
>
> Signed-off-by: Geert Uytterhoeven<geert@linux-m68k.org>
> ---
> scripts/Makefile.modpost | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied to kbuild-2.6.git#kbuild, thanks.
Michal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-25 10:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25 9:09 [PATCH 2/4] kbuild: Fix reference to vermagic.h Geert Uytterhoeven
2011-05-25 10:09 ` Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox