mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
6865b32a86
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>
3 lines
84 B
Makefile
3 lines
84 B
Makefile
obj-y := head_32.o boot.o
|
|
CFLAGS_boot.o := $(call cc-option, -fno-stack-protector)
|