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
Michael Black
OpenXG-RAN
Commits
8119385a
Commit
8119385a
authored
Apr 20, 2015
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7218
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
aff29b7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
openair2/Makefile
openair2/Makefile
+11
-11
No files found.
openair2/Makefile
View file @
8119385a
...
...
@@ -120,7 +120,7 @@ install_emul:
(
insmod SIMULATION/PHY_EMULATION/DEVICE_DRIVER/openair_emul.ko
)
(
insmod LAYER2/openair_layer2.ko
)
(
insmod RRC/MESH/openair_rrc.ko
)
(
insmod N
AS/
DRIVER/MESH/nasmesh.ko
)
(
insmod N
ETWORK_
DRIVER/MESH/nasmesh.ko
)
remove_emul
:
rmmod nasmesh
...
...
@@ -133,17 +133,17 @@ remove_emul:
clean_nasmesh
:
(
cd
N
AS/
DRIVER/MESH
&&
$(MAKE)
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
clean
)
(
cd
N
ETWORK_
DRIVER/MESH
&&
$(MAKE)
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
clean
)
nasmesh_address_fix.ko
:
(
cd
N
AS/
DRIVER/MESH
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
V
=
1
ADDRESS_FIX
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
)
(
cd
N
ETWORK_
DRIVER/MESH
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
V
=
1
ADDRESS_FIX
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
)
nasmesh.ko
:
(
cd
N
AS/
DRIVER/MESH
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
)
(
cd
N
ETWORK_
DRIVER/MESH
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
)
# automatically detect the linux header files for driver compilation
nasmesh_netlink.ko
:
(
cd
N
AS/
DRIVER/MESH
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
PDCP_USE_NETLINK
=
1
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
modules
)
(
cd
N
ETWORK_
DRIVER/MESH
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
PDCP_USE_NETLINK
=
1
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
modules
)
naslite_netlink_ether.ko
:
(
cd
NAS/DRIVER/LITE
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
OAI_NW_DRIVER_TYPE_ETHERNET
=
1
PDCP_USE_NETLINK
=
1
OAI_NW_DRIVER_USE_NETLINK
=
1
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
modules
)
...
...
@@ -155,11 +155,11 @@ oai_nw_drv.ko:
(
cd
NAS/DRIVER/LITE
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
OAI_NW_DRIVER_TYPE_ETHERNET
=
1
PDCP_USE_NETLINK
=
1
OAI_NW_DRIVER_USE_NETLINK
=
1
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
modules
)
nasmesh_netlink_address_fix.ko
:
(
cd
N
AS/
DRIVER/MESH
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
PDCP_USE_NETLINK
=
1
ADDRESS_FIX
=
1
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
modules
)
(
cd
N
ETWORK_
DRIVER/MESH
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
PDCP_USE_NETLINK
=
1
ADDRESS_FIX
=
1
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
modules
)
nasmesh_netlink_loopback.ko
:
(
cd
N
AS/
DRIVER/MESH
&&
$(MAKE)
$(SET_UM)
PDCP_USE_NETLINK
=
1
LOOPBACK
=
1
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
modules
)
(
cd
N
ETWORK_
DRIVER/MESH
&&
$(MAKE)
$(SET_UM)
PDCP_USE_NETLINK
=
1
LOOPBACK
=
1
V
=
1
-C
$(KERNEL_DIR)
/build
M
=
`
pwd
`
modules
)
# drivers cellular version
nascellmt_netlink.ko
:
...
...
@@ -186,7 +186,7 @@ bypass_phy:
(
cd
SIMULATION/PHY_EMULATION/TRANSPORT/KERNEL_INTERFACE
&&
$(MAKE)
)
rb_tool
:
(
cd
N
AS/
DRIVER/MESH/RB_TOOL
&&
$(MAKE)
)
(
cd
N
ETWORK_
DRIVER/MESH/RB_TOOL
&&
$(MAKE)
)
fifos
:
...
...
@@ -229,9 +229,9 @@ emul_rt:
(
cd
SIMULATION/USER_TOOLS/RT_EMUL_LAUNCHER
&&
$(MAKE)
)
clean
:
(
cd
N
AS/
DRIVER/MESH
&&
$(MAKE)
clean
)
(
cd
N
ETWORK_
DRIVER/MESH
&&
$(MAKE)
clean
)
(
cd
NAS/DRIVER/LITE
&&
$(MAKE)
clean
)
rm
-rf
N
AS/
DRIVER/MESH/RB_TOOL/rb_tool
rm
-rf
N
ETWORK_
DRIVER/MESH/RB_TOOL/rb_tool
rm
-rf
NAS/DRIVER/LITE/RB_TOOL/rb_tool
cleanall
:
...
...
@@ -239,7 +239,7 @@ cleanall:
find
-name
*
.ko
-delete
-print
find
-name
*
~
-delete
-print
find
-name
*
.bak
-delete
-print
rm
-rf
N
AS/
DRIVER/MESH/RB_TOOL/rb_tool
rm
-rf
N
ETWORK_
DRIVER/MESH/RB_TOOL/rb_tool
rm
-rf
NAS/DRIVER/LITE/RB_TOOL/rb_tool
...
...
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