These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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)