]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/testing/selftests/powerpc/benchmarks/Makefile
Merge remote-tracking branch 'nfs/linux-next'
[karo-tx-linux.git] / tools / testing / selftests / powerpc / benchmarks / Makefile
1 TEST_PROGS := gettimeofday
2
3 CFLAGS += -O2
4
5 all: $(TEST_PROGS)
6
7 $(TEST_PROGS): ../harness.c
8
9 include ../../lib.mk
10
11 clean:
12         rm -f $(TEST_PROGS) *.o