From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8Qgm-0005Qk-LL for qemu-devel@nongnu.org; Tue, 06 Jan 2015 04:44:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8Qgl-0004VV-RB for qemu-devel@nongnu.org; Tue, 06 Jan 2015 04:44:36 -0500 Received: from mail-qa0-x230.google.com ([2607:f8b0:400d:c00::230]:42810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8Qgl-0004VR-Mu for qemu-devel@nongnu.org; Tue, 06 Jan 2015 04:44:35 -0500 Received: by mail-qa0-f48.google.com with SMTP id k15so13538550qaq.7 for ; Tue, 06 Jan 2015 01:44:35 -0800 (PST) MIME-Version: 1.0 Date: Tue, 6 Jan 2015 11:44:34 +0200 Message-ID: From: Catalin Vasile Content-Type: multipart/alternative; boundary=001a11c1f8b0950c39050bf8a712 Subject: [Qemu-devel] qemu sources and makefile system List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --001a11c1f8b0950c39050bf8a712 Content-Type: text/plain; charset=UTF-8 Hi, I'm new to qemu-devel and I'm trying to add a ".c" source to qemu. To be more specific, I'm trying to add a file into /hw/virtio/. I've added "common-obj-y += virtio-src.o" to the Makefile.objs in that folder and when I'm compiling qemu it seems to compile the sources, but I don't know if they are added to the qemu binary. Is there anything else left to do in order for qemu build system to include my source file? Cata --001a11c1f8b0950c39050bf8a712 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I'm new to qemu-devel and I'm trying to= add a ".c" source to qemu.
To be more specific, I'm tryin= g to add a file into <qemu src>/hw/virtio/.
I've added "c= ommon-obj-y +=3D virtio-src.o" to the Makefile.objs in that folder
= and when I'm compiling qemu it seems to compile the sources, but I don&= #39;t know
if they are added to the qemu binary.
Is there anything el= se left to do in order for qemu build system to include
my source file?<= br>
Cata

--001a11c1f8b0950c39050bf8a712--