aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 170a9213c1b6..5537554ed808 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -92,6 +92,7 @@ obj-$(CONFIG_HAVE_GENERIC_DMA_COHERENT) += dma-coherent.o
92obj-$(CONFIG_FUNCTION_TRACER) += trace/ 92obj-$(CONFIG_FUNCTION_TRACER) += trace/
93obj-$(CONFIG_TRACING) += trace/ 93obj-$(CONFIG_TRACING) += trace/
94obj-$(CONFIG_SMP) += sched_cpupri.o 94obj-$(CONFIG_SMP) += sched_cpupri.o
95obj-$(CONFIG_PERF_COUNTERS) += perf_counter.o
95 96
96ifneq ($(CONFIG_SCHED_OMIT_FRAME_POINTER),y) 97ifneq ($(CONFIG_SCHED_OMIT_FRAME_POINTER),y)
97# According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is 98# According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is