Commit f73cac4c authored by winckel's avatar winckel

Enabled by default use of EVENT_FD for ITTI.

It allows use of internal and external events with a single wait point in tasks.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4395 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent c5c41e48
......@@ -24,6 +24,9 @@ CFLAGS = -Wall -fno-strict-aliasing -DUSER_MODE -DNB_ANTENNAS_RX=2 -DNB_ANTENNAS
ifdef ENABLE_ITTI
CFLAGS += -DENABLE_ITTI
ifndef DISABLE_ITTI_EVENT_FD
CFLAGS += -DENABLE_EVENT_FD
endif
endif
# Check if GCC version is greater or equal to 4.4
......
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