__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 s390 pass
# ===========================================================================
#
# 1. Separate relocations from vmlinux into relocs.S.
# 2. Strip relocations from vmlinux.
PHONY := __archpost
__archpost:
-include include/config/auto.conf
include $(srctree)/scripts/Kbuild.include
include $(srctree)/scripts/Makefile.lib
CMD_RELOCS=arch/s390/tools/relocs
OUT_RELOCS = arch/s390/boot
quiet_cmd_relocs = RELOCS $(OUT_RELOCS)/relocs.S
cmd_relocs = \
mkdir -p $(OUT_RELOCS); \
$(CMD_RELOCS) $@ > $(OUT_RELOCS)/relocs.S
vmlinux: FORCE
$(call cmd,relocs)
$(call cmd,strip_relocs)
clean:
@rm -f $(OUT_RELOCS)/relocs.S
PHONY += FORCE clean
FORCE:
.PHONY: $(PHONY)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| appldata | Folder | 0755 |
|
|
| boot | Folder | 0755 |
|
|
| crypto | Folder | 0755 |
|
|
| hypfs | Folder | 0755 |
|
|
| include | Folder | 0755 |
|
|
| kernel | Folder | 0755 |
|
|
| kvm | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| mm | Folder | 0755 |
|
|
| net | Folder | 0755 |
|
|
| pci | Folder | 0755 |
|
|
| purgatory | Folder | 0755 |
|
|
| tools | Folder | 0755 |
|
|
| Kbuild | File | 334 B | 0644 |
|
| Kconfig | File | 27.21 KB | 0644 |
|
| Kconfig.debug | File | 670 B | 0644 |
|
| Makefile | File | 5.49 KB | 0644 |
|
| Makefile.postlink | File | 809 B | 0644 |
|