treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / tools / testing / selftests / powerpc / vphn / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
88baa78d 2TEST_GEN_PROGS := test-vphn
58dae828
GK
3
4CFLAGS += -m64
5
7e0cf1c9 6top_srcdir = ../../../../..
989898b7 7include ../../lib.mk
58dae828 8
88baa78d 9$(TEST_GEN_PROGS): ../harness.c
10