Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[deliverable/linux.git] / tools / testing / selftests / powerpc / benchmarks / Makefile
1 TEST_PROGS := gettimeofday context_switch mmap_bench futex_bench
2
3 CFLAGS += -O2
4
5 all: $(TEST_PROGS)
6
7 $(TEST_PROGS): ../harness.c
8
9 context_switch: ../utils.c
10 context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
11 context_switch: LDLIBS += -lpthread
12
13 include ../../lib.mk
14
15 clean:
16 rm -f $(TEST_PROGS) *.o
This page took 0.029322 seconds and 5 git commands to generate.