beremiz
Clone
Summary
Browse
Changes
Graph
Xenomai runtime: ensure that __DEBUG global variable is set when resuming debug.
RuntimeLists
2021-12-16, Edouard Tisserant
7ca3924be865
Xenomai runtime: ensure that __DEBUG global variable is set when resuming debug.
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 $< -> $@"