Lines Matching refs:vmlinux

34 # turn into vmlinux), we will call a sub make in that other dir, and
545 # Build targets only - this includes vmlinux, arch specific targets, clean
557 # Objects we will link into vmlinux / subdirs we need to visit
607 # Defaults to vmlinux, but the arch makefile usually adds further targets
608 all: vmlinux
808 export KBUILD_IMAGE ?= vmlinux
890 vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
894 vmlinux-alldirs := $(sort $(vmlinux-dirs) $(patsubst %/,%,$(filter %/, \
905 # Externally visible symbols (used by link-vmlinux.sh)
908 export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds
911 export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) arch Documentation include samples scripts tools virt)
913 vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_INIT) $(KBUILD_VMLINUX_MAIN)
915 # Final link of vmlinux
916 cmd_link-vmlinux = $(CONFIG_SHELL) $< $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux)
917 quiet_cmd_link-vmlinux = LINK $@
921 vmlinux: scripts/link-vmlinux.sh $(vmlinux-deps) FORCE
932 $(Q)ln -fsn `cd $(srctree) && /bin/pwd`/scripts/gdb/vmlinux-gdb.py
934 +$(call if_changed,link-vmlinux)
938 $(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
940 # Handle descending into subdirectories listed in $(vmlinux-dirs)
946 PHONY += $(vmlinux-dirs)
947 $(vmlinux-dirs): prepare scripts
1101 modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin
1102 $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order
1107 modules.builtin: $(vmlinux-dirs:%=%/modules.builtin)
1182 signing_key.x509.signer vmlinux-gdb.py
1188 clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation samples)
1195 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/link-vmlinux.sh clean
1258 @echo '* vmlinux - Build the bare kernel'
1487 $(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \