diff options
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index e1af03972148..46e67a398495 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
@@ -91,7 +91,7 @@ obj-$(CONFIG_FUNCTION_TRACER) += trace/ | |||
91 | obj-$(CONFIG_TRACING) += trace/ | 91 | obj-$(CONFIG_TRACING) += trace/ |
92 | obj-$(CONFIG_SMP) += sched_cpupri.o | 92 | obj-$(CONFIG_SMP) += sched_cpupri.o |
93 | 93 | ||
94 | ifneq ($(CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER),y) | 94 | ifneq ($(CONFIG_SCHED_OMIT_FRAME_POINTER),y) |
95 | # According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is | 95 | # According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is |
96 | # needed for x86 only. Why this used to be enabled for all architectures is beyond | 96 | # needed for x86 only. Why this used to be enabled for all architectures is beyond |
97 | # me. I suspect most platforms don't need this, but until we know that for sure | 97 | # me. I suspect most platforms don't need this, but until we know that for sure |