aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93af871dd..287397e1b 100644
--- a/Makefile
+++ b/Makefile
@@ -412,6 +412,7 @@ ifneq ($(HELPERS-y),)
endif
ifneq ($(BLOBS),)
set -e; for x in $(BLOBS); do \
+ [ -e "$(SRC_PATH)/pc-bios/$$x" ] || continue; \
$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(qemu_datadir)"; \
done
endif