From bfda0ea1e5c4195c19ba7efdc6563a903cf537be Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Thu, 22 Oct 2020 02:14:15 -0700 Subject: [PATCH] copy new rom names --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1678970..7ebba95 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ build-fw: mkdir -p $(RELEASE_DIR) for device in $(DEVICES); do \ cp \ - build/heads/build/$${device}/coreboot.rom \ + build/heads/build/$${device}/PureBoot*.rom \ $(RELEASE_DIR)/$${device}.rom ; \ done