diff options
author | Leah Rowe <leah@libreboot.org> | 2021-11-18 07:13:54 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-11-18 07:18:53 +0000 |
commit | 8a79f7b1633c603a75364960a65b3257c8efbd7c (patch) | |
tree | a8eed5904940f7fa86bf170064e741656ab8b8ae /Makefile | |
parent | 4e8c8930cfaba11e0c1c0e36cc2e658a189f27df (diff) |
Fix https://notabug.org/libreboot/lbmk/issues/59
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |