1 CC
= $(CROSS_COMPILE
)gcc
3 CFLAGS
+= -O3
-Wl
,-no-as-needed
-Wall
$(BUILD_FLAGS
)
4 LDFLAGS
+= -lrt
-lpthread
5 bins
= posix_timers nanosleep inconsistency-check nsleep-lat raw_skew \
6 set-timer-lat threadtest
17 .
/threadtest
-t
30 -n
8