From f9145ff85679b06457583967cd922b6489a39b4e Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Fri, 20 Dec 2013 15:41:18 +0000 Subject: [PATCH] ... git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4800 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair3/RAL-LTE/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair3/RAL-LTE/Makefile.inc b/openair3/RAL-LTE/Makefile.inc index d17beeae87..19b9f286af 100755 --- a/openair3/RAL-LTE/Makefile.inc +++ b/openair3/RAL-LTE/Makefile.inc @@ -1,7 +1,7 @@ RAL_OBJS = -ifdef $(ENABLE_RAL) +ifeq ($(ENABLE_RAL), 1) RAL_OBJS += $(OPENAIR3_DIR)/RAL-LTE/INTERFACE-802.21/C/MIH_C_header_codec.o RAL_OBJS += $(OPENAIR3_DIR)/RAL-LTE/INTERFACE-802.21/C/MIH_C_msg_codec.o RAL_OBJS += $(OPENAIR3_DIR)/RAL-LTE/INTERFACE-802.21/C/MIH_C_primitive_codec.o -- GitLab