From: Shaopeng Tan Date: Wed, 23 Mar 2022 08:12:27 +0000 (+0900) Subject: selftests/resctrl: Add missing SPDX license to Makefile X-Git-Tag: v5.15.142~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=072c17d4003a0a947c3e964e61de348351e9e007;p=thirdparty%2Fkernel%2Fstable.git selftests/resctrl: Add missing SPDX license to Makefile [ Upstream commit 68c4844985d1f8c1b1a71dfcdbfacb5a30babc95 ] Add the missing SPDX(SPDX-License-Identifier) license header to tools/testing/selftests/resctrl/Makefile. Acked-by: Reinette Chatre Reviewed-by: Fenghua Yu Signed-off-by: Shaopeng Tan Signed-off-by: Shuah Khan Stable-dep-of: 3a1e4a91aa45 ("selftests/resctrl: Move _GNU_SOURCE define into Makefile") Signed-off-by: Sasha Levin --- diff --git a/tools/testing/selftests/resctrl/Makefile b/tools/testing/selftests/resctrl/Makefile index 9cc7e0108c8b0..5073dbc961258 100644 --- a/tools/testing/selftests/resctrl/Makefile +++ b/tools/testing/selftests/resctrl/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2 CFLAGS += $(KHDR_INCLUDES)