From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- kernel/tools/power/acpi/Makefile | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/kernel/tools/power/acpi/Makefile b/kernel/tools/power/acpi/Makefile index a8bf908..a249c50 100644 --- a/kernel/tools/power/acpi/Makefile +++ b/kernel/tools/power/acpi/Makefile @@ -1,15 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0-only # tools/power/acpi/Makefile - ACPI tool Makefile # # Copyright (c) 2013, Intel Corporation # Author: Lv Zheng <lv.zheng@intel.com> # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; version 2 -# of the License. include ../../scripts/Makefile.include +.NOTPARALLEL: + all: acpidbg acpidump ec clean: acpidbg_clean acpidump_clean ec_clean install: acpidbg_install acpidump_install ec_install -- Gitblit v1.6.2