hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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))