mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
added dependency script for void
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
.PHONY: all download modules ich9m-descriptors payloads roms release clean \
|
||||
crossgcc-clean install-dependencies-ubuntu install-dependencies-debian \
|
||||
install-dependencies-arch
|
||||
install-dependencies-arch install-dependencies-void
|
||||
|
||||
all: roms
|
||||
|
||||
@@ -67,3 +67,6 @@ install-dependencies-debian:
|
||||
|
||||
install-dependencies-arch:
|
||||
./build dependencies arch
|
||||
|
||||
install-dependencies-void:
|
||||
./build dependencies void
|
||||
|
||||
Reference in New Issue
Block a user