Commit 06d860b6 authored by winckel's avatar winckel

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 741336a3
......@@ -16,6 +16,7 @@ DATE_REV = $(shell date '+%F %T')
ifeq ($(PROCESS), MME)
DEFINES += -DNAS_MME
else
PROCESS = UE
DEFINES += -DNAS_UE
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment