__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 riscv pass # =========================================================================== # # Check that vmlinux relocations look sane PHONY := __archpost __archpost: -include include/config/auto.conf include $(srctree)/scripts/Kbuild.include include $(srctree)/scripts/Makefile.lib quiet_cmd_relocs_check = CHKREL $@ cmd_relocs_check = \ $(CONFIG_SHELL) $(srctree)/arch/riscv/tools/relocs_check.sh "$(OBJDUMP)" "$(NM)" "$@" ifdef CONFIG_RELOCATABLE quiet_cmd_cp_vmlinux_relocs = CPREL vmlinux.relocs cmd_cp_vmlinux_relocs = cp vmlinux vmlinux.relocs endif # `@true` prevents complaint when there is nothing to be done vmlinux: FORCE @true ifdef CONFIG_RELOCATABLE $(call if_changed,relocs_check) $(call if_changed,cp_vmlinux_relocs) $(call if_changed,strip_relocs) endif clean: @true PHONY += FORCE clean FORCE: .PHONY: $(PHONY)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| boot | Folder | 0755 |
|
|
| crypto | Folder | 0755 |
|
|
| errata | Folder | 0755 |
|
|
| include | Folder | 0755 |
|
|
| kernel | Folder | 0755 |
|
|
| kvm | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| mm | Folder | 0755 |
|
|
| net | Folder | 0755 |
|
|
| purgatory | Folder | 0755 |
|
|
| tools | Folder | 0755 |
|
|
| Kbuild | File | 272 B | 0644 |
|
| Kconfig | File | 41.96 KB | 0644 |
|
| Kconfig.debug | File | 47 B | 0644 |
|
| Kconfig.errata | File | 4.09 KB | 0644 |
|
| Kconfig.socs | File | 2.06 KB | 0644 |
|
| Kconfig.vendor | File | 1.22 KB | 0644 |
|
| Makefile | File | 8.25 KB | 0644 |
|
| Makefile.postlink | File | 981 B | 0644 |
|