Loading Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -797,6 +797,9 @@ ifeq ($(CONFIG_STRIP_ASM_SYMS),y) LDFLAGS_vmlinux += $(call ld-option, -X,) endif LDFLAGS_vmlinux += $(call ld-option, --fix-cortex-a53-843419) LDFLAGS_MODULE += $(call ld-option, --fix-cortex-a53-843419) # Default kernel image to build when no specific target is given. # KBUILD_IMAGE may be overruled on the command line or # set in the environment Loading Loading
Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -797,6 +797,9 @@ ifeq ($(CONFIG_STRIP_ASM_SYMS),y) LDFLAGS_vmlinux += $(call ld-option, -X,) endif LDFLAGS_vmlinux += $(call ld-option, --fix-cortex-a53-843419) LDFLAGS_MODULE += $(call ld-option, --fix-cortex-a53-843419) # Default kernel image to build when no specific target is given. # KBUILD_IMAGE may be overruled on the command line or # set in the environment Loading