summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pc-bios/s390-ccw/Makefile4
1 files changed, 2 insertions, 2 deletions
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 *~