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,
This patch adds a makefile, so we can build our ccw firmware. Also
add the resulting binaries to .gitignore, so that nobody is annoyed
they might be in the tree.
Signed-off-by: Alexander Graf
---
.gitignore|2 ++
pc-bios/s390-ccw/Makefile | 26 ++
2