Skip to content
Snippets Groups Projects
Commit 114cd1e8 authored by Cédric Roux's avatar Cédric Roux
Browse files

- Reverted -lrt for softmodem with RTAI

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4531 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 40053312
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ endif
RTAI_CFLAGS += $(shell rtai-config --lxrt-cflags) -DRTAI
LDFLAGS += -lpthread -lm -lforms
ifeq ($(RTAI),1)
LDFLAGS += $(shell rtai-config --lxrt-ldflags) -lrt
LDFLAGS += $(shell rtai-config --lxrt-ldflags)
else
LDFLAGS += -lrt
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment