diff options
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 010ccb3..6a212b8 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -20,10 +20,6 @@ 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 |