xref: /openbmc/linux/tools/testing/selftests/powerpc/benchmarks/Makefile (revision a06c488d)
  • 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: ../utils.c
10context_switch: LDLIBS += -lpthread
11
12include ../../lib.mk
13
14clean:
15	rm -f $(TEST_PROGS) *.o
16

served by {OpenGrok

Last Index Update: Sun May 18 03:01:11 CDT 2025