hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/tools/power/acpi/Makefile
....@@ -1,15 +1,14 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 # tools/power/acpi/Makefile - ACPI tool Makefile
23 #
34 # Copyright (c) 2013, Intel Corporation
45 # Author: Lv Zheng <lv.zheng@intel.com>
56 #
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.
107
118 include ../../scripts/Makefile.include
129
10
+.NOTPARALLEL:
11
+
1312 all: acpidbg acpidump ec
1413 clean: acpidbg_clean acpidump_clean ec_clean
1514 install: acpidbg_install acpidump_install ec_install