diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2016-03-07 22:41:45 +0900 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2016-03-17 19:45:38 +0000 |
commit | 2af7967a8c1cfe647d6a222be2d2e393025dcd6e (patch) | |
tree | 19c16ef1ceb4241c6fa82f9ce9a194485486308f | |
parent | ea17c9d868c153baa2e2ac10184e293ac7589d93 (diff) | |
download | blackbird-op-linux-2af7967a8c1cfe647d6a222be2d2e393025dcd6e.tar.gz blackbird-op-linux-2af7967a8c1cfe647d6a222be2d2e393025dcd6e.zip |
sh: Disable trace for kernel uncompressing.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Rich Felker <dalias@libc.org>
-rw-r--r-- | arch/sh/boot/compressed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boot/compressed/Makefile b/arch/sh/boot/compressed/Makefile index 23bc849d9c64..6df826ee7316 100644 --- a/arch/sh/boot/compressed/Makefile +++ b/arch/sh/boot/compressed/Makefile @@ -48,7 +48,7 @@ ifeq ($(BITS),64) lib1funcs-dir := $(addsuffix $(BITS), $(lib1funcs-dir)) endif -KBUILD_CFLAGS += -I$(lib1funcs-dir) +KBUILD_CFLAGS += -I$(lib1funcs-dir) -DDISABLE_BRANCH_PROFILING $(addprefix $(obj)/,$(lib1funcs-y)): $(obj)/%: $(lib1funcs-dir)/% FORCE $(call cmd,shipped) |