From 1afc2e5940638f81e294e60a0db832bba182e5a3 Mon Sep 17 00:00:00 2001
From: winckel <winckel@eurecom.fr>
Date: Wed, 13 Nov 2013 15:45:35 +0000
Subject: [PATCH] Force PROCESS makefile option to UE in case it is not MME to
 build correctly "./bin/UEprocess" by default (as mention in Makefile).

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4386 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair-cn/NAS/EURECOM-NAS/Makerules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openair-cn/NAS/EURECOM-NAS/Makerules b/openair-cn/NAS/EURECOM-NAS/Makerules
index 2ed86e58fa..8533637a39 100644
--- a/openair-cn/NAS/EURECOM-NAS/Makerules
+++ b/openair-cn/NAS/EURECOM-NAS/Makerules
@@ -16,6 +16,7 @@ DATE_REV = $(shell date '+%F %T')
 ifeq ($(PROCESS), MME)
   DEFINES	+= -DNAS_MME
 else
+  PROCESS   = UE
   DEFINES	+= -DNAS_UE
 endif
 
-- 
GitLab