File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ build_and_install() {
9090
9191 # if Makefile exists then we can just run make
9292 if [ ! -f " $repo_dir /Makefile" ]; then
93- (cd " $repo_dir " && ./gitcompile $configure_args $target_args ) || \
93+ (cd " $repo_dir " && autoreconf -vfi && ./configure $configure_args $target_args && make ) || \
9494 { echo " configure failed in $repo_dir " ; exit 1; }
9595 else
9696 (cd " $repo_dir " && make -j) || { echo " make failed in $repo_dir " ; exit 1; }
Original file line number Diff line number Diff line change 11set (SOF_TOPOLOGY_BINARY_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR } " )
2- set (SOF_ALSA_TOOLS_DIR "${SOF_ROOT_SOURCE_DIRECTORY} /../ tools/bin" )
2+ set (SOF_ALSA_TOOLS_DIR "${SOF_ROOT_SOURCE_DIRECTORY} /tools/bin" )
33set (ALSATPLG_CMD "${SOF_ALSA_TOOLS_DIR} /alsatplg" )
44
55function (alsatplg_version OUT_STATUS OUT_VERSION )
You can’t perform that action at this time.
0 commit comments