Skip to content
Snippets Groups Projects
Commit 1afc2e59 authored by winckel's avatar winckel
Browse files

Force PROCESS makefile option to UE in case it is not MME to build correctly...

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
parent b590b550
Branches
Tags
No related merge requests found
...@@ -16,6 +16,7 @@ DATE_REV = $(shell date '+%F %T') ...@@ -16,6 +16,7 @@ DATE_REV = $(shell date '+%F %T')
ifeq ($(PROCESS), MME) ifeq ($(PROCESS), MME)
DEFINES += -DNAS_MME DEFINES += -DNAS_MME
else else
PROCESS = UE
DEFINES += -DNAS_UE DEFINES += -DNAS_UE
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment