Re: [Qemu-devel] [PATCH 10/12] S390: ccw firmware: Add Makefile

2013-04-23 Thread Christian Borntraeger
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,

[Qemu-devel] [PATCH 10/12] S390: ccw firmware: Add Makefile

2013-04-22 Thread Alexander Graf
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