Browse Source

lguest: rename i386_head.S

Since commit 9a163ed8e0 (i386: move kernel) kernel/i386_head.S
was renamed to kernel/head_32.S. We do the same for lguest/i386_head.S.

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Daniel Baluta 12 years ago
parent
commit
6865b32a86
2 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/lguest/Makefile
  2. 0 0
      arch/x86/lguest/head_32.S

+ 1 - 1
arch/x86/lguest/Makefile

@@ -1,2 +1,2 @@
-obj-y		:= i386_head.o boot.o
+obj-y		:= head_32.o boot.o
 CFLAGS_boot.o	:= $(call cc-option, -fno-stack-protector)

+ 0 - 0
arch/x86/lguest/i386_head.S → arch/x86/lguest/head_32.S