Commit 5a125d21 authored by Lucas Russo's avatar Lucas Russo

compile.sh: pass WITH_APP_CFG to install target

parent 076648ae
......@@ -152,7 +152,9 @@ COMMAND_HAL="\
AFE_RFFE_TYPE=${AFE_RFFE_TYPE} \
WITH_APP_CFG=${WITH_APP_CFG} \
CFG_DIR=${CFG_DIR} && \
make CFG=${CFG} ${EXTRA_FLAGS} install"
make CFG=${CFG} \
WITH_APP_CFG=${WITH_APP_CFG} \
${EXTRA_FLAGS} install"
if [ "$WITH_EXAMPLES" = "yes" ]; then
COMMAND_EXAMPLES="\
......
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