linux_old1/tools/testing/selftests/powerpc/benchmarks/Makefile

16 lines
225 B
Makefile

TEST_PROGS := gettimeofday context_switch
CFLAGS += -O2
all: $(TEST_PROGS)
$(TEST_PROGS): ../harness.c
context_switch: ../utils.c
context_switch: LDLIBS += -lpthread
include ../../lib.mk
clean:
rm -f $(TEST_PROGS) *.o