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 027edda63511..4476da868f86 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -88,6 +88,7 @@ obj-$(CONFIG_HAVE_GENERIC_DMA_COHERENT) += dma-coherent.o
88obj-$(CONFIG_FUNCTION_TRACER) += trace/ 88obj-$(CONFIG_FUNCTION_TRACER) += trace/
89obj-$(CONFIG_TRACING) += trace/ 89obj-$(CONFIG_TRACING) += trace/
90obj-$(CONFIG_SMP) += sched_cpupri.o 90obj-$(CONFIG_SMP) += sched_cpupri.o
91obj-$(CONFIG_PERF_COUNTERS) += perf_counter.o
91 92
92ifneq ($(CONFIG_SCHED_OMIT_FRAME_POINTER),y) 93ifneq ($(CONFIG_SCHED_OMIT_FRAME_POINTER),y)
93# According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is 94# According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is