From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUaVr-0004fL-5X for qemu-devel@nongnu.org; Tue, 23 Apr 2013 06:31:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUaVm-00011q-9f for qemu-devel@nongnu.org; Tue, 23 Apr 2013 06:31:51 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:45539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUaVm-00011G-1b for qemu-devel@nongnu.org; Tue, 23 Apr 2013 06:31:46 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Apr 2013 11:28:00 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 51E281B08069 for ; Tue, 23 Apr 2013 11:31:43 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3NAVXcG54067340 for ; Tue, 23 Apr 2013 10:31:33 GMT Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3N9FhuQ018965 for ; Tue, 23 Apr 2013 05:15:43 -0400 Message-ID: <5176630E.1070008@de.ibm.com> Date: Tue, 23 Apr 2013 12:31:42 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1366658298-9275-1-git-send-email-agraf@suse.de> <1366658298-9275-11-git-send-email-agraf@suse.de> In-Reply-To: <1366658298-9275-11-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/12] S390: ccw firmware: Add Makefile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel@nongnu.org, Dominik Dingel 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 *~