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