License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / tools / testing / selftests / ftrace / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
6e68e6c5
MH
2all:
3
5e29a910 4TEST_PROGS := ftracetest
5fe59799 5TEST_FILES := test.d
a8ba798b 6EXTRA_CLEAN := $(OUTPUT)/logs/*
5e29a910
ME
7
8include ../lib.mk