Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096
[deliverable/linux.git] / kernel / Makefile
index 6a212b842d86b9c4f7afd40cf4af6c2f8269518b..010ccb311166fe8708cd2f08d04a36c66d7365d5 100644 (file)
@@ -20,6 +20,10 @@ CFLAGS_REMOVE_rtmutex-debug.o = -pg
 CFLAGS_REMOVE_cgroup-debug.o = -pg
 CFLAGS_REMOVE_sched_clock.o = -pg
 endif
+ifdef CONFIG_FUNCTION_RET_TRACER
+CFLAGS_REMOVE_extable.o = -pg # For __kernel_text_address()
+CFLAGS_REMOVE_module.o = -pg # For __module_text_address()
+endif
 
 obj-$(CONFIG_FREEZER) += freezer.o
 obj-$(CONFIG_PROFILING) += profile.o
This page took 0.025155 seconds and 5 git commands to generate.