Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2af7967a authored by Yoshinori Sato's avatar Yoshinori Sato Committed by Rich Felker
Browse files

sh: Disable trace for kernel uncompressing.

parent ea17c9d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -48,7 +48,7 @@ ifeq ($(BITS),64)
	lib1funcs-dir 	:= $(addsuffix $(BITS), $(lib1funcs-dir))
	lib1funcs-dir 	:= $(addsuffix $(BITS), $(lib1funcs-dir))
endif
endif


KBUILD_CFLAGS += -I$(lib1funcs-dir)
KBUILD_CFLAGS += -I$(lib1funcs-dir) -DDISABLE_BRANCH_PROFILING


$(addprefix $(obj)/,$(lib1funcs-y)): $(obj)/%: $(lib1funcs-dir)/% FORCE
$(addprefix $(obj)/,$(lib1funcs-y)): $(obj)/%: $(lib1funcs-dir)/% FORCE
	$(call cmd,shipped)
	$(call cmd,shipped)