Commit 2e479126 authored by Lucas Russo's avatar Lucas Russo

compile.sh: compile/install pcie driver as default target

parent 5356523d
......@@ -97,7 +97,7 @@ LOCAL_MSG_DBG=n
#Select if we want to compile with debug mode on. Options are: y(es) or n(o)
ERRHAND_DBG=y
# Select the minimum debug verbosity. See liberrhand file errhand_opts.h for more info.
ERRHAND_MIN_LEVEL=DBG_LVL_TRACE
ERRHAND_MIN_LEVEL=DBG_LVL_WARN
# Select the subsytems which will have the debug on. See liberrhand file errhand_opts.h for more info.
ERRHAND_SUBSYS_ON='"(DBG_DEV_MNGR | DBG_DEV_IO | DBG_SM_IO | DBG_LIB_CLIENT | DBG_SM_PR | DBG_SM_CH | DBG_LL_IO | DBG_HAL_UTILS)"'
# Select the FMC ADC board type. Options are: passive or active
......@@ -131,6 +131,10 @@ COMMAND_DEPS="\
make ${EXTRA_FLAGS} deps && \
make ${EXTRA_FLAGS} deps_install"
COMMAND_DRIVER="\
make ${EXTRA_FLAGS} pcie_driver && \
make ${EXTRA_FLAGS} pcie_driver_install"
COMMAND_LIBS="\
make \
${EXTRA_FLAGS} \
......@@ -176,6 +180,7 @@ fi
COMMAND_ARRAY=(
"${COMMAND_DEPS}"
"${COMMAND_DRIVER}"
"${COMMAND_LIBS}"
"${COMMAND_HAL}"
"${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