diff options
Diffstat (limited to 'arch/x86/lguest/Makefile')
-rw-r--r-- | arch/x86/lguest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lguest/Makefile b/arch/x86/lguest/Makefile index 27f0c9ed7f60..94e0e54056a9 100644 --- a/arch/x86/lguest/Makefile +++ b/arch/x86/lguest/Makefile @@ -1 +1,2 @@ obj-y := i386_head.o boot.o +CFLAGS_boot.o := $(call cc-option, -fno-stack-protector) |