aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/syscalls/Makefile
blob: b35c7945bec550210c36269308352e7f25d0c2e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
TEST_PROGS := ipc_unmuxed

CFLAGS += -I../../../../../usr/include

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c

include ../../lib.mk

clean:
	rm -f $(TEST_PROGS) *.o