Skip to content
Snippets Groups Projects
Commit 6804a66e authored by knopp's avatar knopp
Browse files

put back low-latency scheduling for ExpressMIMO2 targets

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6569 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 5ef6c4e8
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,11 @@ LOWLATENCY_KERNEL:=$(shell if [ $(KERNEL_TYPE) = "lowlatency" ]; then echo "1" ; ...@@ -13,11 +13,11 @@ LOWLATENCY_KERNEL:=$(shell if [ $(KERNEL_TYPE) = "lowlatency" ]; then echo "1" ;
include $(OPENAIR2_DIR)/RRC/LITE/MESSAGES/Makefile.inc include $(OPENAIR2_DIR)/RRC/LITE/MESSAGES/Makefile.inc
ifdef EXMIMO 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) ifeq ($(LOWLATENCY_KERNEL),1)
CFLAGS+=-DLOWLATENCY CFLAGS+=-DLOWLATENCY
endif endif
endif #endif
endif endif
ifndef USRP ifndef USRP
......
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