On 22/04/13 21:18, Alexander Graf wrote:

> +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 *~
 


Reply via email to