summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2021-11-18 07:13:54 +0000
committerLeah Rowe <leah@libreboot.org>2021-11-18 07:18:53 +0000
commit8a79f7b1633c603a75364960a65b3257c8efbd7c (patch)
treea8eed5904940f7fa86bf170064e741656ab8b8ae /Makefile
parent4e8c8930cfaba11e0c1c0e36cc2e658a189f27df (diff)
Fix https://notabug.org/libreboot/lbmk/issues/59
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b3f5033..e0dac0ea 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,8 @@
#
.PHONY: all download modules ich9m-descriptors payloads roms release clean \
- crossgcc-clean install-dependencies-ubuntu
+ crossgcc-clean install-dependencies-ubuntu install-dependencies-debian \
+ install-dependencies-arch
all: roms
@@ -60,3 +61,9 @@ crossgcc-clean:
install-dependencies-ubuntu:
./build dependencies ubuntu2004
+
+install-dependencies-debian:
+ ./build dependencies debian
+
+install-dependencies-arch:
+ ./build dependencies arch