]> git.ipfire.org Git - people/arne_f/kernel.git/blame - tools/testing/selftests/powerpc/cache_shape/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / tools / testing / selftests / powerpc / cache_shape / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
b8b6ff01
ME
2TEST_PROGS := cache_shape
3
4all: $(TEST_PROGS)
5
6$(TEST_PROGS): ../harness.c ../utils.c
7
8include ../../lib.mk
9
10clean:
11 rm -f $(TEST_PROGS) *.o