xref: /openbmc/linux/tools/testing/selftests/powerpc/vphn/Makefile (revision 8f8d5745bb520c76b81abef4a2cb3023d0313bfd)
1TEST_GEN_PROGS := test-vphn
2
3CFLAGS += -m64
4
5top_srcdir = ../../../../..
6include ../../lib.mk
7
8$(TEST_GEN_PROGS): ../harness.c
9
10