OSDN Git Service

selftests: remove duplicated all and clean target
[tomoyo/tomoyo-test1.git] / tools / testing / selftests / powerpc / benchmarks / Makefile
1 TEST_GEN_PROGS := gettimeofday context_switch mmap_bench futex_bench null_syscall
2
3 CFLAGS += -O2
4
5 $(TEST_GEN_PROGS): ../harness.c
6
7 include ../../lib.mk
8
9 context_switch: ../utils.c
10 context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
11 context_switch: LDLIBS += -lpthread