.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # tools/power/acpi/Makefile - ACPI tool Makefile |
---|
2 | 3 | # |
---|
3 | 4 | # Copyright (c) 2013, Intel Corporation |
---|
4 | 5 | # Author: Lv Zheng <lv.zheng@intel.com> |
---|
5 | 6 | # |
---|
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 | 7 | |
---|
11 | 8 | include ../../scripts/Makefile.include |
---|
12 | 9 | |
---|
| 10 | +.NOTPARALLEL: |
---|
| 11 | + |
---|
13 | 12 | all: acpidbg acpidump ec |
---|
14 | 13 | clean: acpidbg_clean acpidump_clean ec_clean |
---|
15 | 14 | install: acpidbg_install acpidump_install ec_install |
---|