[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[RFC PATCH 4/8] ppc64el: kernel: add arch to bootwrapper_install arches



I'm not sure this is needed, but for keeping commonality with the other
powerpc-based ports and given it's not failing, I added ppc64el here.

Signed-off-by: Mauricio Faria de Oliveira <mauricfo@linux.vnet.ibm.com>
---
 debian/rules.real |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules.real b/debian/rules.real
index f1a861d..61900fd 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -379,7 +379,7 @@ ifneq ($(filter armel armhf,$(ARCH)),)
 		install -D -m644 $$i '$(DT_INSTALL_DIR)'/$$(basename $$i) ; \
 	done
 endif
-ifneq ($(filter powerpc powerpcspe ppc64,$(ARCH)),)
+ifneq ($(filter powerpc powerpcspe ppc64 ppc64el,$(ARCH)),)
 	+$(MAKE_CLEAN) -C '$(DIR)' bootwrapper_install \
 	  WRAPPER_OBJDIR='$(CURDIR)/$(DT_INSTALL_DIR)' \
 	  WRAPPER_DTSDIR='$(CURDIR)/$(DT_INSTALL_DIR)'/dts \
-- 
1.7.1


Reply to: