From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8Tjf-0003Cb-Q2 for qemu-devel@nongnu.org; Tue, 06 Jan 2015 07:59:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8Tjb-0000qF-Vw for qemu-devel@nongnu.org; Tue, 06 Jan 2015 07:59:47 -0500 Received: from mail-by2on0101.outbound.protection.outlook.com ([207.46.100.101]:32992 helo=na01-by2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8Tjb-0000q4-ON for qemu-devel@nongnu.org; Tue, 06 Jan 2015 07:59:43 -0500 Date: Tue, 6 Jan 2015 14:25:43 +0200 From: Vasile Catalin-B50542 Message-ID: <20150106142543.1e7fb482@vm> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit 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 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 src>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