diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-05-25 05:09:59 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-05-25 06:07:52 -0400 |
commit | 163d3fe6a2357aba7b18b938d6ae6ce9570324e4 (patch) | |
tree | 353de5d63c8dedfefdb9faaeea6d5823194fd78d /scripts/Makefile.modpost | |
parent | c4d5ee13984f57b2f881635c49045151679f5e8a (diff) |
kbuild: Fix reference to vermagic.h
It's "include/linux/vermagic.h", not "include/vermagic.h"
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/Makefile.modpost')
-rw-r--r-- | scripts/Makefile.modpost | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 7d22056582c1..6ba4332fcf6e 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | # Step 3 is used to place certain information in the module's ELF | 19 | # Step 3 is used to place certain information in the module's ELF |
20 | # section, including information such as: | 20 | # section, including information such as: |
21 | # Version magic (see include/vermagic.h for full details) | 21 | # Version magic (see include/linux/vermagic.h for full details) |
22 | # - Kernel release | 22 | # - Kernel release |
23 | # - SMP is CONFIG_SMP | 23 | # - SMP is CONFIG_SMP |
24 | # - PREEMPT is CONFIG_PREEMPT | 24 | # - PREEMPT is CONFIG_PREEMPT |