On Thu, 7 Apr 2016 18:53:44 +0300 Sergey Fedorov <sergey.fedo...@linaro.org> wrote:
> From: Sergey Fedorov <serge.f...@gmail.com> > > Signed-off-by: Sergey Fedorov <serge.f...@gmail.com> > Signed-off-by: Sergey Fedorov <sergey.fedo...@linaro.org> > --- > pc-bios/s390-ccw/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pc-bios/s390-ccw/Makefile b/pc-bios/s390-ccw/Makefile > index 4208cb429593..5ce6d4ccbaf5 100644 > --- a/pc-bios/s390-ccw/Makefile > +++ b/pc-bios/s390-ccw/Makefile > @@ -20,7 +20,7 @@ s390-ccw.elf: $(OBJECTS) > $(call quiet-command,$(CC) $(LDFLAGS) -o $@ $(OBJECTS)," Building > $(TARGET_DIR)$@") > > s390-ccw.img: s390-ccw.elf > - $(call quiet-command,strip --strip-unneeded $< -o $@," Stripping > $(TARGET_DIR)$@") > + $(call quiet-command,$(STRIP) --strip-unneeded $< -o $@," Stripping > $(TARGET_DIR)$@") > > $(OBJECTS): Makefile > Thanks, applied to s390-next.