xref: /linux-6.15/tools/testing/selftests/powerpc/benchmarks/Makefile (revision 00b7ec5c)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TEST_PROGS := gettimeofday context_switch
2
3CFLAGS += -O2
4
5all: $(TEST_PROGS)
6
7$(TEST_PROGS): ../harness.c
8
9context_switch: LDLIBS += -lpthread
10
11include ../../lib.mk
12
13clean:
14	rm -f $(TEST_PROGS) *.o
15

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026