GNU Linux-libre 4.9-gnu1
[releases.git] / tools / testing / selftests / powerpc / syscalls / Makefile
1 TEST_PROGS := ipc_unmuxed
2
3 CFLAGS += -I../../../../../usr/include
4
5 all: $(TEST_PROGS)
6
7 $(TEST_PROGS): ../harness.c
8
9 include ../../lib.mk
10
11 clean:
12         rm -f $(TEST_PROGS) *.o