forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/power/acpi/Makefile.rules
....@@ -1,12 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 # tools/power/acpi/Makefile.rules - ACPI tool Makefile
23 #
34 # Copyright (c) 2015, 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 objdir := $(OUTPUT)tools/$(TOOL)/
129 toolobjs := $(addprefix $(objdir),$(TOOL_OBJS))