From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8QqR-0001sj-4Q for qemu-devel@nongnu.org; Tue, 06 Jan 2015 04:54:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8QqM-0007Jq-3v for qemu-devel@nongnu.org; Tue, 06 Jan 2015 04:54:35 -0500 Received: from mail-by2on0143.outbound.protection.outlook.com ([207.46.100.143]:3377 helo=na01-by2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8QqL-0007Jk-TP for qemu-devel@nongnu.org; Tue, 06 Jan 2015 04:54:30 -0500 Message-ID: <54ABA8FD.1060905@freescale.com> Date: Tue, 6 Jan 2015 11:21:01 +0200 From: Vasile Catalin-B50542 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed 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 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