summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/dscr/Makefile
blob: de0b53b533d4d551b5fd9fbbd0fffcdb722b9cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEST_PROGS := dscr_default_test dscr_explicit_test dscr_user_test	\
	      dscr_inherit_test dscr_inherit_exec_test dscr_sysfs_test

dscr_default_test: LDLIBS += -lpthread

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c

include ../../lib.mk

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