Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/resctrl: Add missing SPDX license to Makefile

Add the missing SPDX(SPDX-License-Identifier) license header to
tools/testing/selftests/resctrl/Makefile.

Acked-by: Reinette Chatre <reinette.chatre@intel.com>
Reviewed-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Shaopeng Tan <tan.shaopeng@jp.fujitsu.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Shaopeng Tan and committed by
Shuah Khan
68c48449 42e2f214

+2
+2
tools/testing/selftests/resctrl/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 2 + 1 3 CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2 2 4 CFLAGS += $(KHDR_INCLUDES) 3 5