From 6328801f19b08302377e812c454fd2b837f669e3 Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Tue, 23 Apr 2013 01:23:05 +0000 Subject: s390-ccw.img: Take care of the elf->img transition We have to call strip with s390-ccw.elf as input and s390-ccw.img as output Signed-off-by: Christian Borntraeger Signed-off-by: Alexander Graf --- pc-bios/s390-ccw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pc-bios/s390-ccw/Makefile') diff --git a/pc-bios/s390-ccw/Makefile b/pc-bios/s390-ccw/Makefile index c126194d1b..ad55a14a14 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 $@," Stripping $(TARGET_DIR)$@") + $(call quiet-command,strip $< -o $@," Stripping $(TARGET_DIR)$@") clean: - rm -f *.o *.d *.img *~ + rm -f *.o *.d *.img *.elf *~ -- cgit v1.2.1