Commit b0ef3b87 authored by Lucas Russo's avatar Lucas Russo

compile.sh: pass WITH_APP_CFG to install target

parent e1a659f6
......@@ -157,7 +157,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