Lines Matching refs:LDFLAGS_vmlinux
537 LDFLAGS_vmlinux =
940 LDFLAGS_vmlinux += --gc-sections
1034 LDFLAGS_vmlinux += --build-id=sha1
1042 LDFLAGS_vmlinux += -X
1047 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs)
1053 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
1156 # LDFLAGS_vmlinux in the top Makefile defines linker flags for the top vmlinux,
1157 # not for decompressors. LDFLAGS_vmlinux in arch/*/boot/compressed/Makefile is
1160 # Export LDFLAGS_vmlinux only to scripts/Makefile.vmlinux.
1165 # vmlinux: private export LDFLAGS_vmlinux := $(LDFLAGS_vmlinux)
1166 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux)
1167 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux)