xref: /linux-6.12.1/tools/power/acpi/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2# tools/power/acpi/Makefile - ACPI tool Makefile
3#
4# Copyright (c) 2013, Intel Corporation
5#   Author: Lv Zheng <lv.zheng@intel.com>
6#
7
8include ../../scripts/Makefile.include
9
10.NOTPARALLEL:
11
12all: acpidbg acpidump ec pfrut
13clean: acpidbg_clean acpidump_clean ec_clean pfrut_clean
14install: acpidbg_install acpidump_install ec_install pfrut_install
15uninstall: acpidbg_uninstall acpidump_uninstall ec_uninstall pfrut_uninstall
16
17acpidbg acpidump ec pfrut: FORCE
18	$(call descend,tools/$@,all)
19acpidbg_clean acpidump_clean ec_clean pfrut_clean:
20	$(call descend,tools/$(@:_clean=),clean)
21acpidbg_install acpidump_install ec_install pfrut_install:
22	$(call descend,tools/$(@:_install=),install)
23acpidbg_uninstall acpidump_uninstall ec_uninstall pfrut_uninstall:
24	$(call descend,tools/$(@:_uninstall=),uninstall)
25
26.PHONY: FORCE
27

served by {OpenGrok

Last Index Update: Tue May 13 05:07:06 UTC 2025

Navigate Window
x
Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x