diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-05-25 11:09:59 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-05-25 12:07:52 +0200 |
commit | 163d3fe6a2357aba7b18b938d6ae6ce9570324e4 (patch) | |
tree | 353de5d63c8dedfefdb9faaeea6d5823194fd78d /scripts/Makefile.modpost | |
parent | c4d5ee13984f57b2f881635c49045151679f5e8a (diff) | |
download | linux-3.10-163d3fe6a2357aba7b18b938d6ae6ce9570324e4.tar.gz linux-3.10-163d3fe6a2357aba7b18b938d6ae6ce9570324e4.tar.bz2 linux-3.10-163d3fe6a2357aba7b18b938d6ae6ce9570324e4.zip |
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 7d22056582c..6ba4332fcf6 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 |