diff options
author | David Barksdale <amatus@amatus.name> | 2014-08-13 18:39:02 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-08-13 18:39:02 -0500 |
commit | 18351c6816244feb6bcb75d2eb22681fd6941b31 (patch) | |
tree | 6bcf7f3917d0299abd76f05a3ffdce935f5be224 /kernel/Makefile | |
parent | cddfc3baae08e24185c7716434452ebbd404cd39 (diff) |
gpl-source-mybooklive-02.11.09-053.zipgpl-source-mybooklive-02.11.09-053.zip
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index d7c13d249b2..35c459b81ad 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -96,6 +96,7 @@ obj-$(CONFIG_SMP) += sched_cpupri.o obj-$(CONFIG_SLOW_WORK) += slow-work.o obj-$(CONFIG_SLOW_WORK_DEBUG) += slow-work-debugfs.o obj-$(CONFIG_PERF_EVENTS) += perf_event.o +obj-$(CONFIG_EXIT_PROFILE) += exit_profile.o ifneq ($(CONFIG_SCHED_OMIT_FRAME_POINTER),y) # According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is |