Commit 114cd1e8 authored by Cedric Roux's avatar Cedric Roux

- Reverted -lrt for softmodem with RTAI

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4531 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 40053312
......@@ -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
......
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