beremiz
Clone
Summary
Browse
Changes
Graph
runtime: Change Linux target to use clock_nanosleep instead of timer (better rt-preempt perf).
2023-02-16, Edouard Tisserant
516779f11803
runtime: Change Linux target to use clock_nanosleep instead of timer (better rt-preempt perf).
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)
all: warn some_binary
@echo "*** all done ***"
warn:
@echo "*** Sample Makefile, does nothing ***"
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
%.o: %.c
@echo "* Would compile $< -> $@"