qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Green <green@moxielogic.com>
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com, Anthony Green <green@moxielogic.com>,
	aurelien@aurel32.net
Subject: [Qemu-devel] [PATCH] Remove device_tree.o from hw/moxie/Makefile.objs.
Date: Sun, 24 Mar 2013 00:43:38 -0400	[thread overview]
Message-ID: <1364100218-25115-1-git-send-email-green@moxielogic.com> (raw)

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 <green@moxielogic.com>
---
 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

             reply	other threads:[~2013-03-24  4:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-24  4:43 Anthony Green [this message]
2013-03-24 10:31 ` [Qemu-devel] [PATCH] Remove device_tree.o from hw/moxie/Makefile.objs Aurelien Jarno

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1364100218-25115-1-git-send-email-green@moxielogic.com \
    --to=green@moxielogic.com \
    --cc=aurelien@aurel32.net \
    --cc=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).