summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2022-02-19 12:38:48 +0000
committerGogs <gogitservice@gmail.com>2022-02-19 12:38:48 +0000
commitfd41399961d81cfda997cb580957650b6ea5e9c3 (patch)
tree2edd48f32872f646d2d783816bb479db84e3614f /Makefile
parentcceffff659452daca0c1cd05d5bf981551dbee9c (diff)
parent8833be159bfff1c417a7459dec323384bcbcb4d0 (diff)
Merge branch 'master' of GNUtoo/lbmk into master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5749c974..2fcb7553 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-.PHONY: all download modules ich9m-descriptors payloads roms release clean \
- crossgcc-clean install-dependencies-ubuntu install-dependencies-debian \
- install-dependencies-arch install-dependencies-void
+.PHONY: all check download modules ich9m-descriptors payloads roms release \
+ clean crossgcc-clean install-dependencies-ubuntu \
+ install-dependencies-debian install-dependencies-arch \
+ install-dependencies-void
all: roms
@@ -69,3 +70,5 @@ install-dependencies-arch:
install-dependencies-void:
./build dependencies void
+check:
+ ./tests/u-boot-libre