copy new rom names

This commit is contained in:
Lance Vick 2020-10-22 02:14:15 -07:00
parent c1297ffcc2
commit bfda0ea1e5
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ build-fw:
mkdir -p $(RELEASE_DIR) mkdir -p $(RELEASE_DIR)
for device in $(DEVICES); do \ for device in $(DEVICES); do \
cp \ cp \
build/heads/build/$${device}/coreboot.rom \ build/heads/build/$${device}/PureBoot*.rom \
$(RELEASE_DIR)/$${device}.rom ; \ $(RELEASE_DIR)/$${device}.rom ; \
done done