浏览代码

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>
Geert Uytterhoeven 14 年之前
父节点
当前提交
163d3fe6a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/Makefile.modpost

+ 1 - 1
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