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
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ DATE_REV = $(shell date '+%F %T')
ifeq ($(PROCESS), MME)
DEFINES += -DNAS_MME
else
PROCESS = UE
DEFINES += -DNAS_UE
endif
......
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