From 8612764ea16acb0fcd9a831c18a15e9fd6a3dd07 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Mon, 4 Jan 2016 20:10:13 +0000 Subject: [PATCH] Testing variable to skip SWI inclusion. --- builds/powerpc/installer/legacy/builds/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builds/powerpc/installer/legacy/builds/Makefile b/builds/powerpc/installer/legacy/builds/Makefile index ec08265d..6c0f9f92 100644 --- a/builds/powerpc/installer/legacy/builds/Makefile +++ b/builds/powerpc/installer/legacy/builds/Makefile @@ -18,8 +18,10 @@ __installer: $(ONL_V_at)cp $(FIT_IMAGE_ALL) . $(foreach p,$(PLATFORMS), $(ONLPM) --extract-dir onl-platform-config-$(p):powerpc .;) # Fixme +ifndef NO_SWI $(ONLPM) --extract-dir onl-swi:powerpc . mv ./usr/share/onl/packages/powerpc/onl-swi/*.swi . +endif rm -rf ./usr $(ONL_V_at)cp /dev/null $(MKSHAR_PERMS) $(ONL_V_at) cp $(ONL)/make/version-onl.sh .