projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea17c9d
)
sh: Disable trace for kernel uncompressing.
author
Yoshinori Sato
<ysato@users.sourceforge.jp>
Mon, 7 Mar 2016 13:41:45 +0000
(22:41 +0900)
committer
Rich Felker
<dalias@libc.org>
Thu, 17 Mar 2016 19:45:38 +0000
(19:45 +0000)
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/boot/compressed/Makefile
patch
|
blob
|
history
diff --git
a/arch/sh/boot/compressed/Makefile
b/arch/sh/boot/compressed/Makefile
index 23bc849d9c64a2274924cbab5f29462c22402103..6df826ee731637489410f247f48d21d3d9a87189 100644
(file)
--- 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)