# SPDX-License-Identifier: GPL-2.0-onlyPHONY := __default__default: vmlinuxinclude include/config/auto.confinclude $(srctree)/scripts/Kbuild.includeinclude $(srctree)/scripts/Makefile.libtargets :=ifdef CONFIG_ARCH_VMLINUX_NEEDS_RELOCSvmlinux-final := vmlinux.unstrippedquiet_cmd_strip_relocs = RSTRIP $@cmd_strip_relocs = $(OBJCOPY) --remove-section='.rel*' --remove-section=!'.rel*.dyn' $< $@vmlinux: $(vmlinux-final) FORCE$(call if_changed,strip_relocs)targets += vmlinuxelsevmlinux-final := vmlinuxendif%.o: %.c FORCE$(call if_changed_rule,cc_o_c)%.o: %.S FORCE$(call if_changed_rule,as_o_S)# Built-in dtb# ---------------------------------------------------------------------------quiet_cmd_wrap_dtbs = WRAP $@cmd_wrap_dtbs = { \echo '\#include <asm-generic/vmlinux.lds.h>'; \echo '.section .dtb.init.rodata,"a"'; \while read dtb; do \symbase=__dtb_$$(basename -s .dtb "$${dtb}" | tr - _); \echo '.balign STRUCT_ALIGNMENT'; \echo ".global $${symbase}_begin"; \echo "$${symbase}_begin:"; \echo '.incbin "'$$dtb'" '; \echo ".global $${symbase}_end"; \echo "$${symbase}_end:"; \done < $<; \} > $@.builtin-dtbs.S: .builtin-dtbs-list FORCE$(call if_changed,wrap_dtbs)quiet_cmd_gen_dtbs_list = GEN $@cmd_gen_dtbs_list = \$(if $(CONFIG_BUILTIN_DTB_NAME), echo "arch/$(SRCARCH)/boot/dts/$(CONFIG_BUILTIN_DTB_NAME).dtb",:) > $@.builtin-dtbs-list: arch/$(SRCARCH)/boot/dts/dtbs-list FORCE$(call if_changed,$(if $(CONFIG_BUILTIN_DTB_ALL),copy,gen_dtbs_list))targets += .builtin-dtbs-listifdef CONFIG_GENERIC_BUILTIN_DTBtargets += .builtin-dtbs.S .builtin-dtbs.o$(vmlinux-final): .builtin-dtbs.oendif# vmlinux# ---------------------------------------------------------------------------ifdef CONFIG_MODULEStargets += .vmlinux.export.o$(vmlinux-final): .vmlinux.export.oendififdef CONFIG_ARCH_WANTS_PRE_LINK_VMLINUX$(vmlinux-final): arch/$(SRCARCH)/tools/vmlinux.arch.oarch/$(SRCARCH)/tools/vmlinux.arch.o: vmlinux.o FORCE$(Q)$(MAKE) $(build)=arch/$(SRCARCH)/tools $@endifARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)# Final link of vmlinux with optional arch pass after final linkcmd_link_vmlinux = \$< "$(LD)" "$(KBUILD_LDFLAGS)" "$(LDFLAGS_vmlinux)" "$@"; \$(if $(ARCH_POSTLINK), $(MAKE) -f $(ARCH_POSTLINK) $@, true)targets += $(vmlinux-final)$(vmlinux-final): scripts/link-vmlinux.sh vmlinux.o $(KBUILD_LDS) FORCE+$(call if_changed_dep,link_vmlinux)ifdef CONFIG_DEBUG_INFO_BTF$(vmlinux-final): $(RESOLVE_BTFIDS)endififdef CONFIG_BUILDTIME_TABLE_SORT$(vmlinux-final): scripts/sorttableendif# modules.builtin.ranges# ---------------------------------------------------------------------------ifdef CONFIG_BUILTIN_MODULE_RANGES__default: modules.builtin.rangesquiet_cmd_modules_builtin_ranges = GEN $@cmd_modules_builtin_ranges = gawk -f $(real-prereqs) > $@targets += modules.builtin.rangesmodules.builtin.ranges: $(srctree)/scripts/generate_builtin_ranges.awk \modules.builtin vmlinux.map vmlinux.o.map FORCE$(call if_changed,modules_builtin_ranges)vmlinux.map: $(vmlinux-final)@:endif# Add FORCE to the prerequisites of a target to force it to be always rebuilt.# ---------------------------------------------------------------------------PHONY += FORCEFORCE:# Read all saved command lines and dependencies for the $(targets) we# may be building above, using $(if_changed{,_dep}). As an# optimization, we don't need to read them if the target does not# exist, we will rebuild anyway in that case.existing-targets := $(wildcard $(sort $(targets)))-include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd).PHONY: $(PHONY)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。