Lines Matching defs:vmlinux
28 # turn into vmlinux), we will call a sub make in that other dir, and
603 # Build targets only - this includes vmlinux, arch specific targets, clean
645 # Objects we will link into vmlinux / subdirs we need to visit
657 # Defaults to vmlinux, but the arch makefile usually adds further targets
658 all: vmlinux
1056 export KBUILD_IMAGE ?= vmlinux
1163 vmlinux-dirs := $(patsubst %/,%,$(filter %/, \
1167 vmlinux-alldirs := $(sort $(vmlinux-dirs) Documentation \
1171 build-dirs := $(vmlinux-dirs)
1172 clean-dirs := $(vmlinux-alldirs)
1176 # Externally visible symbols (used by link-vmlinux.sh)
1189 export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds
1191 export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) LICENSES arch include scripts tools)
1193 vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS)
1219 # Final link of vmlinux with optional arch pass after final link
1220 cmd_link-vmlinux = \
1224 vmlinux: scripts/link-vmlinux.sh autoksyms_recursive $(vmlinux-deps) FORCE
1225 +$(call if_changed,link-vmlinux)
1227 targets := vmlinux
1231 $(sort $(vmlinux-deps) $(subdir-modorder)): descend ;
1458 modules: $(if $(KBUILD_BUILTIN),vmlinux) modules_check modules_prepare
1507 CLEAN_FILES += include/ksym vmlinux.symvers modules-only.symvers \
1519 signing_key.x509.signer vmlinux-gdb.py \
1532 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/link-vmlinux.sh clean
1593 @echo '* vmlinux - Build the bare kernel'
1714 $(Q)ln -fsn $(abspath $(srctree)/scripts/gdb/vmlinux-gdb.py)
1953 $(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \