xref: /linux/tools/testing/selftests/powerpc/vphn/Makefile (revision b45293799f75e002d5da9d9e3d2a5c418f492fd0)
1# SPDX-License-Identifier: GPL-2.0-only
2TEST_GEN_PROGS := test-vphn
3
4top_srcdir = ../../../../..
5include ../../lib.mk
6include ../flags.mk
7
8CFLAGS += -m64 -I$(CURDIR)
9
10$(TEST_GEN_PROGS): ../harness.c
11
12