__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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-only # tools/power/acpi/Makefile - ACPI tool Makefile # # Copyright (c) 2013, Intel Corporation # Author: Lv Zheng <[email protected]> # include ../../scripts/Makefile.include .NOTPARALLEL: all: acpidbg acpidump ec pfrut clean: acpidbg_clean acpidump_clean ec_clean pfrut_clean install: acpidbg_install acpidump_install ec_install pfrut_install uninstall: acpidbg_uninstall acpidump_uninstall ec_uninstall pfrut_uninstall acpidbg acpidump ec pfrut: FORCE $(call descend,tools/$@,all) acpidbg_clean acpidump_clean ec_clean pfrut_clean: $(call descend,tools/$(@:_clean=),clean) acpidbg_install acpidump_install ec_install pfrut_install: $(call descend,tools/$(@:_install=),install) acpidbg_uninstall acpidump_uninstall ec_uninstall pfrut_uninstall: $(call descend,tools/$(@:_uninstall=),uninstall) .PHONY: FORCE
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| tools | Folder | 0755 |
|
|
| Makefile | File | 857 B | 0644 |
|
| Makefile.config | File | 2.45 KB | 0644 |
|
| Makefile.rules | File | 1.55 KB | 0644 |
|