2016-11-29 11:55:47 +00:00
|
|
|
TEST_GEN_PROGS := gettimeofday context_switch mmap_bench futex_bench null_syscall
|
2015-09-25 04:01:39 +00:00
|
|
|
|
|
|
|
CFLAGS += -O2
|
|
|
|
|
2016-11-29 11:55:47 +00:00
|
|
|
include ../../lib.mk
|
2015-09-25 04:01:39 +00:00
|
|
|
|
2017-02-09 08:56:30 +00:00
|
|
|
$(TEST_GEN_PROGS): ../harness.c
|
|
|
|
|
2016-11-29 11:55:52 +00:00
|
|
|
$(OUTPUT)/context_switch: ../utils.c
|
|
|
|
$(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
|
|
|
|
$(OUTPUT)/context_switch: LDLIBS += -lpthread
|