artiq-board: use new misoc top-level Makefile for software build

artiq-board
Astro 2020-12-23 15:28:51 +01:00
parent 0cf2def070
commit 2f4b063513
1 changed files with 1 additions and 6 deletions

View File

@ -91,12 +91,7 @@ let
export CARGO_HOME=${cargoVendored}
export TARGET_AR=or1k-linux-ar
for PKG in software/{libunwind,libm,libprintf,ksupport,bootloader,runtime,satman} ; do
[ -e $PKG/Makefile ] && make -C $PKG BUILDINC_DIRECTORY=`pwd`/software/include
done
echo Ok
# TODO: https://github.com/m-labs/misoc/pull/104
# make -C software BUILDINC_DIRECTORY=`pwd`/software/include
make BUILDINC_DIRECTORY=`pwd`/include
'';
installPhase =
''