
EXTRA_USER_CXXFLAGS := -I ../.. -I../../../include/
EXTRA_USER_LDXXFLAGS := -lrtaicpp

AXX_TARG := rt_process check

ifdef TOPDIR
include $(TOPDIR)/Rules.make
else
all:
	make -C ../../../  modules userspace SUBDIRS=rtai_cpp/examples/lxrt_latency_calibration/
endif

