Skip to content

Commit

Permalink
kbuild: Fix reference to vermagic.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Michal Marek committed May 25, 2011
1 parent c4d5ee1 commit 163d3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Makefile.modpost
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 163d3fe

Please sign in to comment.