1
0
Fork 0

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>
wifi-calibration
Daniel Baluta 2013-05-20 10:25:39 +09:30 committed by Rusty Russell
parent 2a647bfe1b
commit 6865b32a86
2 changed files with 1 additions and 1 deletions

View File

@ -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)