Lines Matching refs:vmlinux
69 The top Makefile is responsible for building two major products: vmlinux
150 The kbuild Makefile specifies object files for vmlinux
156 built-in.o is later linked into vmlinux by the parent Makefile.
411 $(obj)/vmImage: $(obj)/vmlinux.gz
826 5) All object files are then linked and the resulting file vmlinux is
855 LDFLAGS_vmlinux Options for $(LD) when linking vmlinux
858 the linker when linking the final vmlinux image.
870 vmlinux.
877 $(obj)/image: vmlinux FORCE
881 vmlinux. The usage of $(call if_changed,xxx) will be described later.
995 which specify how to build the vmlinux file. Note that there is no
1002 $(head-y) lists objects to be linked first in vmlinux.
1023 An arch Makefile specifies goals that take the vmlinux file, compress
1042 bzImage: vmlinux
1064 from vmlinux.
1159 into vmlinux. Device tree blobs linked into vmlinux are placed
1187 $(obj)/vmlinux.bin > $@
1190 $(obj)/bzImage: $(obj)/vmlinux.bin $(obj)/tools/build FORCE
1203 When the vmlinux image is built, the linker script
1204 arch/$(ARCH)/kernel/vmlinux.lds is used.
1205 The script is a preprocessed variant of the file vmlinux.lds.S
1211 always := vmlinux.lds
1217 target vmlinux.lds.
1219 specified options when building the target vmlinux.lds.