b4d5baa120
Resolves: #2018260 Signed-off-by: Robbie Harwood <rharwood@redhat.com>
31 lines
564 B
Diff
31 lines
564 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Tue, 8 Apr 2014 15:28:12 -0400
|
|
Subject: [PATCH] Add "install-all target" to top side of HAVE_FIRMWARE.
|
|
|
|
---
|
|
Makefile | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index b472945b..6606d319 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -275,6 +275,16 @@ efi64:
|
|
FIRMWARE=EFI64 FWCLASS=EFI \
|
|
$(MAKECMDGOALS)
|
|
|
|
+install-all:
|
|
+
|
|
+install:
|
|
+
|
|
+netinstall:
|
|
+
|
|
+clean:
|
|
+
|
|
+all:
|
|
+
|
|
else # FIRMWARE
|
|
|
|
all: all-local subdirs
|