From f73cac4cbe0a046743c3dfb835b32f19ac0f79cf Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Thu, 14 Nov 2013 07:52:14 +0000 Subject: [PATCH] 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 --- targets/SIMU/USER/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/SIMU/USER/Makefile b/targets/SIMU/USER/Makefile index 409e6ea41..66a3cf2b6 100644 --- a/targets/SIMU/USER/Makefile +++ b/targets/SIMU/USER/Makefile @@ -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 -- GitLab