Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zzha zzha
OpenXG-RAN
Commits
9c194d17
Commit
9c194d17
authored
Apr 23, 2014
by
Navid Nikaein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5286
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
25aa1d0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
+23
-2
targets/RTAI/USER/Makefile
targets/RTAI/USER/Makefile
+23
-2
No files found.
targets/RTAI/USER/Makefile
View file @
9c194d17
...
@@ -36,6 +36,22 @@ ifeq ($(ENABLE_RAL), 1)
...
@@ -36,6 +36,22 @@ ifeq ($(ENABLE_RAL), 1)
CFLAGS
+=
-DENABLE_RAL
CFLAGS
+=
-DENABLE_RAL
endif
endif
ifdef
SECU
ifeq
($(NETTLE_FOUND), 0)
@echo
"Nettle library >= 2.5 is not installed on your system, nettle-dev lib needed, continuing with security disabled"
SECU
=
0
else
ifeq
($(OPENSSL_FOUND), 0)
@echo
"openssl library is not installed on your system, openssl lib needed, continuing with security disabled"
SECU
=
0
else
CFLAGS
+=
-DENABLE_SECURITY
LIBS
+=
$(OPENSSL_LIBS)
$(NETTLE_LIBS)
endif
endif
endif
ifeq
($(RTAI),1)
ifeq
($(RTAI),1)
CFLAGS
+=
-DENABLE_RTAI_CLOCK
CFLAGS
+=
-DENABLE_RTAI_CLOCK
CFLAGS
+=
-DCONFIG_RTAI_LXRT_INLINE
#remend the RTAI warning
CFLAGS
+=
-DCONFIG_RTAI_LXRT_INLINE
#remend the RTAI warning
...
@@ -95,7 +111,7 @@ OPENAIR2=1
...
@@ -95,7 +111,7 @@ OPENAIR2=1
endif
endif
ifeq
($(OPENAIR2),1)
ifeq
($(OPENAIR2),1)
ASN1_MSG_OBJS1
=
$(
addprefix
$(OPENAIR2_DIR)
/RRC/LITE/MESSAGES/,
$(ASN1_MSG_OBJS)
)
ASN1_MSG_OBJS1
=
$(
addprefix
$(OPENAIR2_DIR)
/RRC/LITE/MESSAGES/,
$(ASN1_MSG_OBJS)
)
OBJ
+=
$(L2_OBJS)
$(LIST_OBJ)
$(TIMER_OBJ)
$(MEM_OBJ)
$(OTG_OBJS)
$(MATH_OBJS)
OBJ
+=
$(L2_OBJS)
$(LIST_OBJ)
$(TIMER_OBJ)
$(MEM_OBJ)
$(OTG_OBJS)
$(MATH_OBJS)
$(OSA_OBJS)
OBJ
+=
$(OPENAIR1_DIR)
/SIMULATION/ETH_TRANSPORT/netlink_init.o
OBJ
+=
$(OPENAIR1_DIR)
/SIMULATION/ETH_TRANSPORT/netlink_init.o
#OBJ += $(PDCP_DIR)/pdcp_thread.o
#OBJ += $(PDCP_DIR)/pdcp_thread.o
CFLAGS
+=
-DOPENAIR2
-DNO_RRM
-DPUCCH
-DMAC_CONTEXT
=
1
CFLAGS
+=
-DOPENAIR2
-DNO_RRM
-DPUCCH
-DMAC_CONTEXT
=
1
...
@@ -107,6 +123,10 @@ ifdef ENABLE_ITTI
...
@@ -107,6 +123,10 @@ ifdef ENABLE_ITTI
CFLAGS
+=
-DEXMIMO_IOT
CFLAGS
+=
-DEXMIMO_IOT
endif
endif
ifdef
RRC_MSG_PRINT
CFLAG
+=
ENABLE_RRG_MSG
endif
CFLAGS
+=
$(L2_incl)
$(ENB_APP_incl)
$(UTIL_incl)
$(UTILS_incl)
CFLAGS
+=
$(L2_incl)
$(ENB_APP_incl)
$(UTIL_incl)
$(UTILS_incl)
CFLAGS
+=
-I
$(OPENAIR1_DIR)
-I
$(OPENAIR2_DIR)
/RRC/LITE/MESSAGES
#-I
$(OPENAIR3_DIR)
/MESH
-I
$(OPENAIR3_DIR)
/MESH/RRM
CFLAGS
+=
-I
$(OPENAIR1_DIR)
-I
$(OPENAIR2_DIR)
/RRC/LITE/MESSAGES
#-I
$(OPENAIR3_DIR)
/MESH
-I
$(OPENAIR3_DIR)
/MESH/RRM
...
@@ -368,6 +388,7 @@ show:
...
@@ -368,6 +388,7 @@ show:
@
echo
$(USRP_OBJ)
@
echo
$(USRP_OBJ)
@
echo
IS_REL8 is
$(IS_REL8)
@
echo
IS_REL8 is
$(IS_REL8)
@
echo
IS_REL10 is
$(IS_REL10)
@
echo
IS_REL10 is
$(IS_REL10)
@
echo
openssl
$(OPENSSL_FOUND)
@
echo
nettle
$(NETTLE_FOUND)
beautiful
:
beautiful
:
astyle
--style
=
gnu
-s2
$(SRC)
astyle
--style
=
gnu
-s2
$(SRC)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment