2014-10-08 21:24:22 +00:00
|
|
|
From ca745cdfc27b83b6bcef9f856d858a68c64429de Mon Sep 17 00:00:00 2001
|
2014-04-08 20:37:03 +00:00
|
|
|
From: Peter Jones <pjones@redhat.com>
|
|
|
|
Date: Tue, 8 Apr 2014 15:28:12 -0400
|
2014-10-08 21:24:22 +00:00
|
|
|
Subject: [PATCH] Add "install-all target" to top side of HAVE_FIRMWARE.
|
2014-04-08 20:37:03 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
Makefile | 10 ++++++++++
|
|
|
|
1 file changed, 10 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
2016-05-04 19:47:18 +00:00
|
|
|
index b472945..6606d31 100644
|
2014-04-08 20:37:03 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2016-05-04 19:47:18 +00:00
|
|
|
@@ -275,6 +275,16 @@ efi64:
|
|
|
|
FIRMWARE=EFI64 FWCLASS=EFI \
|
2014-04-08 20:37:03 +00:00
|
|
|
$(MAKECMDGOALS)
|
|
|
|
|
|
|
|
+install-all:
|
|
|
|
+
|
|
|
|
+install:
|
|
|
|
+
|
|
|
|
+netinstall:
|
|
|
|
+
|
|
|
|
+clean:
|
|
|
|
+
|
|
|
|
+all:
|
|
|
|
+
|
2016-05-04 19:47:18 +00:00
|
|
|
else # FIRMWARE
|
2014-04-08 20:37:03 +00:00
|
|
|
|
|
|
|
all: all-local subdirs
|
|
|
|
--
|
2016-05-04 19:47:18 +00:00
|
|
|
2.5.5
|