Lines Matching refs:LDFLAGS_vmlinux
571 LDFLAGS_vmlinux =
1059 LDFLAGS_vmlinux += --gc-sections
1185 LDFLAGS_vmlinux += --build-id=sha1
1193 LDFLAGS_vmlinux += -X
1198 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs)
1204 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
1208 LDFLAGS_vmlinux += --emit-relocs --discard-none
1320 # LDFLAGS_vmlinux in the top Makefile defines linker flags for the top vmlinux,
1321 # not for decompressors. LDFLAGS_vmlinux in arch/*/boot/compressed/Makefile is
1324 # Export LDFLAGS_vmlinux only to scripts/Makefile.vmlinux.
1329 # vmlinux: private export LDFLAGS_vmlinux := $(LDFLAGS_vmlinux)
1330 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux)
1331 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux)