dm thin metadata: fix __udivdi3 undefined on 32-bit
[linux/fpc-iii.git] / tools / power / acpi / Makefile
blobe882c832013558bc252963742f97afe21273e1e8
1 # tools/power/acpi/Makefile - ACPI tool Makefile
3 # Copyright (c) 2013, Intel Corporation
4 # Author: Lv Zheng <lv.zheng@intel.com>
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.
11 include ../../scripts/Makefile.include
13 all: acpidump ec
14 clean: acpidump_clean ec_clean
15 install: acpidump_install ec_install
16 uninstall: acpidump_uninstall ec_uninstall
18 acpidump ec: FORCE
19 $(call descend,tools/$@,all)
20 acpidump_clean ec_clean:
21 $(call descend,tools/$(@:_clean=),clean)
22 acpidump_install ec_install:
23 $(call descend,tools/$(@:_install=),install)
24 acpidump_uninstall ec_uninstall:
25 $(call descend,tools/$(@:_uninstall=),uninstall)
27 .PHONY: FORCE