[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.63.1.el8_10.x86_64
/
arch
/
powerpc
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 boot
SET
[ DEL ]
📁 crypto
SET
[ DEL ]
📁 kernel
SET
[ DEL ]
📁 kvm
SET
[ DEL ]
📁 lib
SET
[ DEL ]
📁 math-emu
SET
[ DEL ]
📁 mm
SET
[ DEL ]
📁 net
SET
[ DEL ]
📁 oprofile
SET
[ DEL ]
📁 perf
SET
[ DEL ]
📁 platforms
SET
[ DEL ]
📁 purgatory
SET
[ DEL ]
📁 sysdev
SET
[ DEL ]
📁 xmon
SET
[ DEL ]
📄 Kconfig
37,913 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.debug
12,014 B
SET
[ EDIT ]
|
[ DEL ]
📄 Makefile
15,547 B
SET
[ EDIT ]
|
[ DEL ]
📄 Makefile.postlink
1,185 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: Makefile.postlink
# SPDX-License-Identifier: GPL-2.0 # =========================================================================== # Post-link powerpc pass # =========================================================================== # # 1. Check that vmlinux relocations look sane PHONY := __archpost __archpost: -include include/config/auto.conf include scripts/Kbuild.include quiet_cmd_head_check = CHKHEAD $@ cmd_head_check = $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/head_check.sh "$(NM)" "$@" quiet_cmd_relocs_check = CHKREL $@ ifdef CONFIG_PPC_BOOK3S_64 cmd_relocs_check = \ $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$@" ; \ $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/unrel_branch_check.sh "$(OBJDUMP)" "$@" else cmd_relocs_check = \ $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$@" endif # `@true` prevents complaint when there is nothing to be done vmlinux: FORCE @true ifdef CONFIG_PPC64 $(call cmd,head_check) endif ifdef CONFIG_RELOCATABLE $(call if_changed,relocs_check) endif %.ko: FORCE @true clean: rm -f .tmp_symbols.txt PHONY += FORCE clean FORCE: .PHONY: $(PHONY)