Searched refs:LDFLAGS_vmlinux (Results 1 - 32 of 32) sorted by relevance

/linux-4.1.27/arch/unicore32/boot/compressed/
H A DMakefile45 LDFLAGS_vmlinux += -p
47 LDFLAGS_vmlinux += --no-undefined
49 LDFLAGS_vmlinux += -X
51 LDFLAGS_vmlinux += -T
/linux-4.1.27/arch/nios2/boot/compressed/
H A DMakefile10 LDFLAGS_vmlinux := -T macro
/linux-4.1.27/arch/mn10300/boot/compressed/
H A DMakefile7 LDFLAGS_vmlinux := -Ttext $(CONFIG_KERNEL_ZIMAGE_BASE_ADDRESS) -e startup_32 macro
/linux-4.1.27/arch/arm/boot/compressed/
H A DMakefile117 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro
120 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)
123 LDFLAGS_vmlinux += --be8
126 LDFLAGS_vmlinux += -p
128 LDFLAGS_vmlinux += --no-undefined
130 LDFLAGS_vmlinux += -X
132 LDFLAGS_vmlinux += -T
/linux-4.1.27/arch/xtensa/boot/boot-elf/
H A DMakefile28 $(Q)$(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \
/linux-4.1.27/arch/sh/boot/romimage/
H A DMakefile15 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/linux-4.1.27/arch/score/
H A DMakefile26 LDFLAGS_vmlinux += -G0 -static -nostdlib
/linux-4.1.27/arch/hexagon/
H A DMakefile7 LDFLAGS_vmlinux += -G0
/linux-4.1.27/arch/m32r/
H A DMakefile12 LDFLAGS_vmlinux := macro
/linux-4.1.27/arch/m32r/boot/compressed/
H A DMakefile18 LDFLAGS_vmlinux := -T macro
/linux-4.1.27/arch/unicore32/
H A DMakefile19 LDFLAGS_vmlinux := -p --no-undefined -X macro
/linux-4.1.27/arch/s390/boot/compressed/
H A DMakefile22 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T macro
/linux-4.1.27/arch/sh/
H A DMakefile105 LDFLAGS_vmlinux += -e _stext
110 LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \
118 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64 --oformat $(ld-bfd)
122 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64+4 --oformat $(ld-bfd)
/linux-4.1.27/arch/sh/boot/compressed/
H A DMakefile35 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/linux-4.1.27/arch/openrisc/
H A DMakefile24 LDFLAGS_vmlinux := macro
/linux-4.1.27/arch/mn10300/
H A DMakefile23 #LDFLAGS_vmlinux := -Map linkmap.txt
/linux-4.1.27/arch/powerpc/
H A DMakefile96 LDFLAGS_vmlinux-y := -Bstatic
97 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
98 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/linux-4.1.27/arch/avr32/
H A DMakefile17 LDFLAGS_vmlinux += --relax
/linux-4.1.27/arch/frv/
H A DMakefile47 #LDFLAGS_vmlinux := -Map linkmap.txt
/linux-4.1.27/arch/metag/
H A DMakefile41 LDFLAGS_vmlinux := $(ldflags-y) macro
/linux-4.1.27/arch/alpha/
H A DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/linux-4.1.27/arch/x86/boot/compressed/
H A DMakefile38 LDFLAGS_vmlinux := -T macro
/linux-4.1.27/arch/microblaze/
H A DMakefile45 LDFLAGS_vmlinux := macro
/linux-4.1.27/arch/arm64/
H A DMakefile13 LDFLAGS_vmlinux :=-p --no-undefined -X macro
/linux-4.1.27/arch/ia64/
H A DMakefile24 LDFLAGS_vmlinux := -static macro
/linux-4.1.27/arch/blackfin/
H A DMakefile12 LDFLAGS_vmlinux := -X macro
/linux-4.1.27/scripts/
H A Dlink-vmlinux.sh56 ${LD} ${LDFLAGS} ${LDFLAGS_vmlinux} -o ${2} \
/linux-4.1.27/arch/arm/
H A DMakefile16 LDFLAGS_vmlinux :=-p --no-undefined -X --pic-veneer macro
18 LDFLAGS_vmlinux += --be8
/linux-4.1.27/arch/m68k/
H A DMakefile77 LDFLAGS_vmlinux = -N macro
/linux-4.1.27/arch/x86/
H A DMakefile39 LDFLAGS_vmlinux := --emit-relocs macro
/linux-4.1.27/arch/mips/
H A DMakefile92 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
/linux-4.1.27/
H A DMakefile797 LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID)
800 LDFLAGS_vmlinux += $(call ld-option, -X,)
909 export LDFLAGS_vmlinux
916 cmd_link-vmlinux = $(CONFIG_SHELL) $< $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux)

Completed in 1342 milliseconds