Commit 4b39f0d4 authored by Federico Vaga's avatar Federico Vaga

rt: move generic real-time code to root directory

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent 7ffdfdd3
......@@ -11,4 +11,4 @@ EXTRA_CFLAGS += -DLIBRT_ERROR
#EXTRA_CFLAGS += -DLIBRT_DEBUG
#EXTRA_CFLAGS += -DRTDEBUG
RT_USE_LIBRT := 1
include $(TRTL)/applications/common/rt/Makefile
include $(TRTL)/rt/Makefile
......@@ -10,4 +10,4 @@ EXTRA_CFLAGS += -I../common
EXTRA_CFLAGS += -DLIBRT_ERROR
#EXTRA_CFLAGS += -DLIBRT_DEBUG
RT_USE_LIBRT := 1
include $(TRTL)/applications/common/rt/Makefile
include $(TRTL)/rt/Makefile
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment