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

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
obj-y := i386_head.o boot.o
obj-y := head_32.o boot.o
CFLAGS_boot.o := $(call cc-option, -fno-stack-protector)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment