All corresponding binaries are now in pc-bios, so we can remove this
diff to upstream.

Signed-off-by: Jan Kiszka <[email protected]>
---
 Makefile |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 908954c..1bc3cb0 100644
--- a/Makefile
+++ b/Makefile
@@ -294,12 +294,7 @@ endif
 ifneq ($(BLOBS),)
        $(INSTALL_DIR) "$(DESTDIR)$(datadir)"
        set -e; for x in $(BLOBS); do \
-           if [ -f $(SRC_PATH)/pc-bios/$$x ];then \
                $(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; 
\
-           fi \
-           ; if [ -f pc-bios/optionrom/$$x ];then \
-               $(INSTALL_DATA) pc-bios/optionrom/$$x "$(DESTDIR)$(datadir)"; \
-           fi \
        done
 endif
        $(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps"
-- 
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to