This commit is contained in:
parent
4b09b4a3c5
commit
e1cf77bdc8
1 changed files with 10 additions and 0 deletions
10
GNUmakefile
10
GNUmakefile
|
|
@ -1,9 +1,19 @@
|
||||||
|
install_list := solo5 ocaml-solo5 mkernel mnet
|
||||||
pin_list := "git+https://github.com/mirage/Zarith.git#zarith-1.14"
|
pin_list := "git+https://github.com/mirage/Zarith.git#zarith-1.14"
|
||||||
vendor_list := mkernel miou zarith
|
vendor_list := mkernel miou zarith
|
||||||
|
|
||||||
secmod_fat=secrets/secmod.fat
|
secmod_fat=secrets/secmod.fat
|
||||||
tap_device=tap-mte
|
tap_device=tap-mte
|
||||||
|
|
||||||
|
|
||||||
|
check-kvm:
|
||||||
|
$(if $(wildcard /dev/kvm),,$(error KVM support not enabled))
|
||||||
|
|
||||||
|
installs:
|
||||||
|
@for v in $(install_list); do \
|
||||||
|
opam install $v
|
||||||
|
done
|
||||||
|
|
||||||
pins:
|
pins:
|
||||||
@for v in $(pin_list); do \
|
@for v in $(pin_list); do \
|
||||||
opam pin $v
|
opam pin $v
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue