# 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)
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
boot | Folder | 0755 |
|
|
crypto | Folder | 0755 |
|
|
include | Folder | 0755 |
|
|
kernel | Folder | 0755 |
|
|
kvm | Folder | 0755 |
|
|
lib | Folder | 0755 |
|
|
math-emu | Folder | 0755 |
|
|
mm | Folder | 0755 |
|
|
net | Folder | 0755 |
|
|
oprofile | Folder | 0755 |
|
|
perf | Folder | 0755 |
|
|
platforms | Folder | 0755 |
|
|
purgatory | Folder | 0755 |
|
|
sysdev | Folder | 0755 |
|
|
tools | Folder | 0755 |
|
|
xmon | Folder | 0755 |
|
|
Kconfig | File | 34.47 KB | 0644 |
|
Kconfig.debug | File | 11.66 KB | 0644 |
|
Makefile | File | 14.33 KB | 0644 |
|
Makefile.postlink | File | 1.16 KB | 0644 |
|