Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfs
[deliverable/linux.git] / tools / power / acpi / Makefile
CommitLineData
f677b30b
LZ
1# tools/power/acpi/Makefile - ACPI tool Makefile
2#
3# Copyright (c) 2013, Intel Corporation
4# Author: Lv Zheng <lv.zheng@intel.com>
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.
10
391fc234
LZ
11include ../../scripts/Makefile.include
12
37645d65
LZ
13all: acpidbg acpidump ec
14clean: acpidbg_clean acpidump_clean ec_clean
15install: acpidbg_install acpidump_install ec_install
16uninstall: acpidbg_uninstall acpidump_uninstall ec_uninstall
391fc234 17
37645d65 18acpidbg acpidump ec: FORCE
391fc234 19 $(call descend,tools/$@,all)
37645d65 20acpidbg_clean acpidump_clean ec_clean:
391fc234 21 $(call descend,tools/$(@:_clean=),clean)
37645d65 22acpidbg_install acpidump_install ec_install:
391fc234 23 $(call descend,tools/$(@:_install=),install)
37645d65 24acpidbg_uninstall acpidump_uninstall ec_uninstall:
391fc234
LZ
25 $(call descend,tools/$(@:_uninstall=),uninstall)
26
27.PHONY: FORCE
This page took 0.176994 seconds and 5 git commands to generate.