From 365a5ee5fec5f6c28bf05764d0b9e16fe2b8e560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Thu, 15 Mar 2018 14:51:16 -0600 Subject: [PATCH] Makefile: Add missing bootrr installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ff56a65..1433c3c 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ HELPERS := assert_device_present \ assert_driver_present \ assert_mmc_present \ assert_partition_found \ + bootrr \ ensure_lib_firmware \ rproc-start \ rproc-stop