mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

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>
2 lines
84 B
Makefile
2 lines
84 B
Makefile
obj-y := head_32.o boot.o
|
|
CFLAGS_boot.o := $(call cc-option, -fno-stack-protector)
|