aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-17 17:57:20 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-17 17:57:20 -0400
commit393d81aa026e19b6ede6f5f11955c97ee62e5df5 (patch)
treea1d9511e488e19d41089ff0a736f6ce52a81c6e5 /Makefile
parent93a0886e2368eafb9df5e2021fb185195cee88b2 (diff)
parent5b664cb235e97afbf34db9c4d77f08ebd725335e (diff)
Merge branch 'linus' into xen-64bit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8a2a275be304..6192922de9c0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
1FRED=42
2VERSION = 2 1VERSION = 2
3PATCHLEVEL = 6 2PATCHLEVEL = 6
4SUBLEVEL = 26 3SUBLEVEL = 26
@@ -508,6 +507,8 @@ else
508KBUILD_CFLAGS += -O2 507KBUILD_CFLAGS += -O2
509endif 508endif
510 509
510include $(srctree)/arch/$(SRCARCH)/Makefile
511
511ifneq (CONFIG_FRAME_WARN,0) 512ifneq (CONFIG_FRAME_WARN,0)
512KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN}) 513KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN})
513endif 514endif
@@ -516,8 +517,6 @@ endif
516# Arch Makefiles may override this setting 517# Arch Makefiles may override this setting
517KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector) 518KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
518 519
519include $(srctree)/arch/$(SRCARCH)/Makefile
520
521ifdef CONFIG_FRAME_POINTER 520ifdef CONFIG_FRAME_POINTER
522KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls 521KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
523else 522else