Merge tag 'sirf-iobrg2regmap-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / tools / testing / selftests / powerpc / vphn / Makefile
1 TEST_PROGS := test-vphn
2
3 CFLAGS += -m64
4
5 all: $(TEST_PROGS)
6
7 $(TEST_PROGS): ../harness.c
8
9 include ../../lib.mk
10
11 clean:
12         rm -f $(TEST_PROGS)