From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJcmZ-0001Ip-JJ for qemu-devel@nongnu.org; Sun, 24 Mar 2013 00:43:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJcmY-0001AP-G1 for qemu-devel@nongnu.org; Sun, 24 Mar 2013 00:43:47 -0400 Received: from mail-vb0-x22c.google.com ([2607:f8b0:400c:c02::22c]:62925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJcmY-0001AJ-BX for qemu-devel@nongnu.org; Sun, 24 Mar 2013 00:43:46 -0400 Received: by mail-vb0-f44.google.com with SMTP id fr13so3348401vbb.17 for ; Sat, 23 Mar 2013 21:43:45 -0700 (PDT) From: Anthony Green Date: Sun, 24 Mar 2013 00:43:38 -0400 Message-Id: <1364100218-25115-1-git-send-email-green@moxielogic.com> Subject: [Qemu-devel] [PATCH] Remove device_tree.o from hw/moxie/Makefile.objs. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, Anthony Green , aurelien@aurel32.net Here's a fix for the build problem identified by Aurelien Jano here: http://lists.gnu.org/archive/html/qemu-devel/2013-03/msg04177.html I hadn't tested with FDT enabled recently. Thanks! AG Signed-off-by: Anthony Green --- hw/moxie/Makefile.objs | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/moxie/Makefile.objs b/hw/moxie/Makefile.objs index d0772d1..a5f1742 100644 --- a/hw/moxie/Makefile.objs +++ b/hw/moxie/Makefile.objs @@ -1,6 +1,5 @@ # moxie boards obj-y = serial.o mc146818rtc.o vga.o -obj-$(CONFIG_FDT) += device_tree.o obj-y := $(addprefix ../,$(obj-y)) obj-y += moxiesim.o -- 1.8.1.4