We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afee1e commit d1c401bCopy full SHA for d1c401b
uboot/build.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+make CROSS_COMPILE=riscv64-linux-gnu- qemu-riscv64_smode_defconfig
3
+make CROSS_COMPILE=riscv64-linux-gnu- -j`nproc` $@
0 commit comments