From b419eb7d49ff702547a1ca46422d197c5ff03093 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Fri, 20 Dec 2013 15:36:00 +0000 Subject: [PATCH] Update for MIH git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4793 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair2/LAYER2/Makefile.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openair2/LAYER2/Makefile.inc b/openair2/LAYER2/Makefile.inc index 8c742e27ff..1176e0abfc 100644 --- a/openair2/LAYER2/Makefile.inc +++ b/openair2/LAYER2/Makefile.inc @@ -70,6 +70,11 @@ SOURCES_L2 += $(RLC_DIR)/rlc_rrc.c SOURCES_L2 += $(RLC_DIR)/rlc_mpls.c RRC_OBJS = $(RRC_DIR)/rrc_UE.o +ifeq ($(ENABLE_RAL),1) +RRC_OBJS += $(RRC_DIR)/rrc_UE_ral.o +RRC_OBJS += $(RRC_DIR)/rrc_eNB_ral.o +endif + RRC_OBJS += $(RRC_DIR)/rrc_eNB.o RRC_OBJS += $(RRC_DIR)/rrc_eNB_S1AP.o RRC_OBJS += $(RRC_DIR)/rrc_common.o -- GitLab