1 # SPDX-License-Identifier: GPL-2.0-only << 2 # tools/power/acpi/Makefile - ACPI tool Makefi 1 # tools/power/acpi/Makefile - ACPI tool Makefile 3 # 2 # 4 # Copyright (c) 2013, Intel Corporation 3 # Copyright (c) 2013, Intel Corporation 5 # Author: Lv Zheng <lv.zheng@intel.com> 4 # Author: Lv Zheng <lv.zheng@intel.com> 6 # 5 # >> 6 # This program is free software; you can redistribute it and/or >> 7 # modify it under the terms of the GNU General Public License >> 8 # as published by the Free Software Foundation; version 2 >> 9 # of the License. 7 10 8 include ../../scripts/Makefile.include 11 include ../../scripts/Makefile.include 9 12 10 .NOTPARALLEL: !! 13 all: acpidump ec >> 14 clean: acpidump_clean ec_clean >> 15 install: acpidump_install ec_install >> 16 uninstall: acpidump_uninstall ec_uninstall 11 17 12 all: acpidbg acpidump ec pfrut !! 18 acpidump ec: FORCE 13 clean: acpidbg_clean acpidump_clean ec_clean p << 14 install: acpidbg_install acpidump_install ec_i << 15 uninstall: acpidbg_uninstall acpidump_uninstal << 16 << 17 acpidbg acpidump ec pfrut: FORCE << 18 $(call descend,tools/$@,all) 19 $(call descend,tools/$@,all) 19 acpidbg_clean acpidump_clean ec_clean pfrut_cl !! 20 acpidump_clean ec_clean: 20 $(call descend,tools/$(@:_clean=),clea 21 $(call descend,tools/$(@:_clean=),clean) 21 acpidbg_install acpidump_install ec_install pf !! 22 acpidump_install ec_install: 22 $(call descend,tools/$(@:_install=),in 23 $(call descend,tools/$(@:_install=),install) 23 acpidbg_uninstall acpidump_uninstall ec_uninst !! 24 acpidump_uninstall ec_uninstall: 24 $(call descend,tools/$(@:_uninstall=), 25 $(call descend,tools/$(@:_uninstall=),uninstall) 25 26 26 .PHONY: FORCE 27 .PHONY: FORCE
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.