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
060132b2
Commit
060132b2
authored
Jul 15, 2014
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5497
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
416ee836
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
targets/RT/USER/Makefile
targets/RT/USER/Makefile
+5
-7
No files found.
targets/RT/USER/Makefile
View file @
060132b2
...
...
@@ -206,9 +206,11 @@ $(LFDS_LIB):
@
if
[
!
-d
$(LFDS_OBJ_DIR)
/obj
]
;
then
mkdir
-p
$(LFDS_OBJ_DIR)
/obj
;
fi
;
$(MAKE)
-C
$(LFDS_DIR)
-f
makefile.linux
OUTDIR
=
$(LFDS_OBJ_DIR)
ifeq
($(USRP),1)
$(USRP_OBJ)
:
$(USRP_FILE_OBJ)
@
echo
Compiling
$<
#
@echo Compiling $<
@$(CXX)
-c
$(USRP_CFLAGS)
$(USRP_FILE_OBJ)
-o
$(USRP_OBJ)
endif
ifeq
($(RTAI),1)
$(RTAI_OBJ) lte-softmodem.o
:
%.o : %.c
...
...
@@ -231,7 +233,7 @@ endif
ifeq
($(RTAI),1)
$(OBJ) $(ASN1_MSG_OBJS1)
:
%.o : %.c
else
$(OBJ) $(ASN1_MSG_OBJS1) lte-
enb.o lte-
softmodem.o
:
%.o : %.c
$(OBJ) $(ASN1_MSG_OBJS1) lte-softmodem.o
:
%.o : %.c
endif
@echo
Compiling
$<
...
...
...
@@ -248,10 +250,6 @@ ifeq ($(XFORMS),1)
OBJ_EMOS
+=
lte_scope.o
endif
$(USRP_OBJ)
:
$(USRP_FILE_OBJ)
@
echo
Compiling openair_usrp.cpp
@
$(CXX)
-c
$(USRP_CFLAGS)
$(USRP_FILE_OBJ)
-o
$(USRP_OBJ)
condtest
:
condtest.c
$(CC)
$(CFLAGS)
$(LDFLAGS)
condtest.c
-o
condtest
...
...
@@ -348,7 +346,7 @@ run_eNB2:
rtai-load eNB2
--verbose
clean
:
common-clean
@
$(RM_F_V)
$(OBJ)
$(RTAI_OBJ)
$(OBJ_EMOS)
$(OBJ_SYNC)
@
$(RM_F_V)
$(OBJ)
$(RTAI_OBJ)
$(OBJ_EMOS)
$(OBJ_SYNC)
$(USRP_OBJ)
@
$(RM_F_V)
$(OBJ:.o=.d)
$(RTAI_OBJ:.o=.d)
$(OBJ_EMOS:.o=.d)
$(OBJ_SYNC:.o=.d)
@
$(RM_F_V)
$(OPENAIR2_DIR)
/RRC/LITE/MESSAGES/asn1_msg.o
$(OPENAIR2_DIR)
/RRC/LITE/MESSAGES/asn1_msg.d
@
$(RM_F_V)
lte-enb.o lte-enb.d lte-softmodem.o lte-softmodem.d
...
...
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