Lines Matching refs:vmlinux

34 # turn into vmlinux), we will call a sub make in that other dir, and
535 # Build targets only - this includes vmlinux, arch specific targets, clean
547 # Objects we will link into vmlinux / subdirs we need to visit
598 # Defaults to vmlinux, but the arch makefile usually adds further targets
599 all: vmlinux
804 export KBUILD_IMAGE ?= vmlinux
885 vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
889 vmlinux-alldirs := $(sort $(vmlinux-dirs) $(patsubst %/,%,$(filter %/, \
901 # Externally visible symbols (used by link-vmlinux.sh)
904 export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds
907 export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) arch Documentation include samples scripts tools)
909 vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_INIT) $(KBUILD_VMLINUX_MAIN)
911 # Final link of vmlinux
912 cmd_link-vmlinux = $(CONFIG_SHELL) $< $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux)
913 quiet_cmd_link-vmlinux = LINK $@
917 vmlinux: scripts/link-vmlinux.sh $(vmlinux-deps) FORCE
928 $(Q)ln -fsn `cd $(srctree) && /bin/pwd`/scripts/gdb/vmlinux-gdb.py
930 +$(call if_changed,link-vmlinux)
934 $(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
936 # Handle descending into subdirectories listed in $(vmlinux-dirs)
942 PHONY += $(vmlinux-dirs)
943 $(vmlinux-dirs): prepare scripts
1100 modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin
1101 $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order
1106 modules.builtin: $(vmlinux-dirs:%=%/modules.builtin)
1181 signing_key.x509.signer vmlinux-gdb.py
1187 clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation samples)
1194 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/link-vmlinux.sh clean
1257 @echo '* vmlinux - Build the bare kernel'
1488 $(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \