From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxyHQ-0004wz-16 for qemu-devel@nongnu.org; Wed, 14 Oct 2009 03:28:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxyHK-0004ud-Du for qemu-devel@nongnu.org; Wed, 14 Oct 2009 03:28:14 -0400 Received: from [199.232.76.173] (port=34890 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxyHK-0004uU-AT for qemu-devel@nongnu.org; Wed, 14 Oct 2009 03:28:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22658) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxyHJ-0001UH-QA for qemu-devel@nongnu.org; Wed, 14 Oct 2009 03:28:10 -0400 Message-ID: <4AD57D83.4090503@redhat.com> Date: Wed, 14 Oct 2009 09:28:03 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/4] rom loader: make vga+rom loading target specific References: <1255431978-4992-1-git-send-email-kraxel@redhat.com> <1255431978-4992-3-git-send-email-kraxel@redhat.com> <4AD49CCB.5060600@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org >> Or is there a simple way to say "all but i386 please use $thisfile.c"? > > ifdef TARGET_I386 > obj-y += loader-target.o > else > obj-y += loader-dummy.o > endif > ? Yep, should do, although I'd call it loader-i386.o or loader-pc.o then. cheers, Gerd