From 6804a66eee3b4f09712f5ef6908a675b4beae9a8 Mon Sep 17 00:00:00 2001 From: Raymond Knopp <raymond.knopp@eurecom.fr> Date: Tue, 17 Feb 2015 09:59:19 +0000 Subject: [PATCH] put back low-latency scheduling for ExpressMIMO2 targets git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6569 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/RT/USER/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/RT/USER/Makefile b/targets/RT/USER/Makefile index 151370ce52..17aff69546 100644 --- a/targets/RT/USER/Makefile +++ b/targets/RT/USER/Makefile @@ -13,11 +13,11 @@ LOWLATENCY_KERNEL:=$(shell if [ $(KERNEL_TYPE) = "lowlatency" ]; then echo "1" ; include $(OPENAIR2_DIR)/RRC/LITE/MESSAGES/Makefile.inc ifdef EXMIMO -ifdef LOWLATENCY # this ifdef is to be removed after the debugging +#ifdef LOWLATENCY # this ifdef is to be removed after the debugging ifeq ($(LOWLATENCY_KERNEL),1) CFLAGS+=-DLOWLATENCY endif -endif +#endif endif ifndef USRP -- GitLab