From bb94952707258ec5fb47a754ff62b09bbd795553 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier Date: Mon, 3 Mar 2014 16:18:26 +0000 Subject: [PATCH] For 802.21 explicit compilation flag USE_3GPP_ADDR_AS_LINK_ADDR git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5107 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/SIMU/USER/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/targets/SIMU/USER/Makefile b/targets/SIMU/USER/Makefile index 27aaa933e5..e075c0af39 100644 --- a/targets/SIMU/USER/Makefile +++ b/targets/SIMU/USER/Makefile @@ -147,7 +147,12 @@ endif ifeq ($(MIH_C_MEDIEVAL_EXTENSIONS), 1) CFLAGS += -DMIH_C_MEDIEVAL_EXTENSIONS +ifeq ($(USE_3GPP_ADDR_AS_LINK_ADDR), 1) +CFLAGS += -DUSE_3GPP_ADDR_AS_LINK_ADDR endif +endif + + ifeq ($(NAS), 1) CFLAGS += -DNAS_NETLINK -DLINUX -- GitLab