Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6865b32a authored by Daniel Baluta's avatar Daniel Baluta Committed by Rusty Russell
Browse files

lguest: rename i386_head.S



Since commit 9a163ed8 (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: default avatarDaniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 2a647bfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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

File moved.