[Skiboot] [PATCH 1/5] external: Fix pflash install target

Brad Bishop bradleyb at fuzziesquirrel.com
Fri May 27 00:47:14 AEST 2016


The install target used $(sbindir) which isn't set anywhere.

Signed-off-by: Brad Bishop <bradleyb at fuzziesquirrel.com>
---
 external/pflash/rules.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/external/pflash/rules.mk b/external/pflash/rules.mk
index aa426b5..9e73adf 100644
--- a/external/pflash/rules.mk
+++ b/external/pflash/rules.mk
@@ -8,6 +8,7 @@ LIBFLASH_SRC := $(addprefix libflash/,$(LIBFLASH_FILES))
 OBJS	+= $(LIBFLASH_OBJS)
 OBJS	+= common-arch_flash.o
 EXE     = pflash
+sbindir?=/usr/sbin
 
 PFLASH_VERSION ?= $(shell ../../make_version.sh $(EXE))
 
-- 
2.7.4 (Apple Git-66)



More information about the Skiboot mailing list