Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / tools / testing / selftests / powerpc / benchmarks / Makefile
1 TEST_PROGS := gettimeofday context_switch
2
3 CFLAGS += -O2
4
5 all: $(TEST_PROGS)
6
7 $(TEST_PROGS): ../harness.c
8
9 context_switch: ../utils.c
10 context_switch: LDLIBS += -lpthread
11
12 include ../../lib.mk
13
14 clean:
15         rm -f $(TEST_PROGS) *.o