Blob Blame History Raw
From 1efba61b47670f3dc39bb6c2749283e435bcdc77 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Mon, 6 Mar 2017 16:46:01 -0500
Subject: [PATCH 1/3] Make SUBDIRS overrideable

Signed-off-by: Peter Jones <pjones@redhat.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6585149..6d6511b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ default : all
 TOPDIR=$(shell pwd)
 include $(TOPDIR)/Make.version
 include $(TOPDIR)/Make.defaults
-SUBDIRS = efi linux docs include
+SUBDIRS ?= efi linux docs include
 
 all clean install : | check_efidir_error
 	@set -e ; for x in $(SUBDIRS) ; do \
-- 
2.9.3