Commit 4e533244 authored by Cedric Roux's avatar Cedric Roux

replace minifapi.c by libscheduler.a

Note: libscheduler.a has to be put in openair2/LAYER2/MAC/
It's not included in the git repository.
parent 9d8ec1d7
...@@ -937,7 +937,7 @@ set (MAC_SRC ...@@ -937,7 +937,7 @@ set (MAC_SRC
if (${FAPI}) if (${FAPI})
set (MAC_SRC ${MAC_SRC} set (MAC_SRC ${MAC_SRC}
${MAC_DIR}/ff-mac.c ${MAC_DIR}/ff-mac.c
${MAC_DIR}/minifapi.c #${MAC_DIR}/minifapi.c
) )
endif (${FAPI}) endif (${FAPI})
...@@ -952,6 +952,11 @@ add_library(L2 ...@@ -952,6 +952,11 @@ add_library(L2
${ENB_APP_SRC} ${ENB_APP_SRC}
${OPENAIR2_DIR}/RRC/L2_INTERFACE/openair_rrc_L2_interface.c) ${OPENAIR2_DIR}/RRC/L2_INTERFACE/openair_rrc_L2_interface.c)
if (${FAPI})
target_link_libraries(L2
${MAC_DIR}/libscheduler.a)
endif (${FAPI})
# L3 Libs # L3 Libs
########################## ##########################
......
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