powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/
[linux-2.6-block.git] / tools / testing / selftests / powerpc / vphn / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 TEST_GEN_PROGS := test-vphn
3
4 CFLAGS += -m64 -I$(CURDIR)
5
6 top_srcdir = ../../../../..
7 include ../../lib.mk
8
9 $(TEST_GEN_PROGS): ../harness.c
10