diff options
author | Philippe Gerum <rpm@xenomai.org> | 2009-06-16 05:25:50 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-22 21:15:56 -0400 |
commit | 5ba3b249c9e08100b0822f17276348b3447d6ee3 (patch) | |
tree | f973059af0c05c5644d63a937f8aee89892b1fd8 /arch/blackfin/kernel/Makefile | |
parent | a40494a62a11dbaf326397aa94b2018ead09884d (diff) | |
download | talos-op-linux-5ba3b249c9e08100b0822f17276348b3447d6ee3.tar.gz talos-op-linux-5ba3b249c9e08100b0822f17276348b3447d6ee3.zip |
Blackfin: remove obsolete mcount support from I-pipe code
Signed-off-by: Philippe Gerum <rpm@xenomai.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/kernel/Makefile')
-rw-r--r-- | arch/blackfin/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/Makefile b/arch/blackfin/kernel/Makefile index 3731088e181b..141d9281e4b0 100644 --- a/arch/blackfin/kernel/Makefile +++ b/arch/blackfin/kernel/Makefile @@ -20,7 +20,6 @@ obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o CFLAGS_REMOVE_ftrace.o = -pg obj-$(CONFIG_IPIPE) += ipipe.o -obj-$(CONFIG_IPIPE_TRACE_MCOUNT) += mcount.o obj-$(CONFIG_BFIN_GPTIMERS) += gptimers.o obj-$(CONFIG_CPLB_INFO) += cplbinfo.o obj-$(CONFIG_MODULES) += module.o |