Linux 4.8-rc8
[linux/fpc-iii.git] / tools / testing / selftests / powerpc / benchmarks / Makefile
bloba9adfb7de78f3f163e5090c9c1ce7690e64b1afe
1 TEST_PROGS := gettimeofday context_switch mmap_bench futex_bench
3 CFLAGS += -O2
5 all: $(TEST_PROGS)
7 $(TEST_PROGS): ../harness.c
9 context_switch: ../utils.c
10 context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
11 context_switch: LDLIBS += -lpthread
13 include ../../lib.mk
15 clean:
16 rm -f $(TEST_PROGS) *.o