* [Qemu-devel] [PATCH] Remove device_tree.o from hw/moxie/Makefile.objs.
@ 2013-03-24 4:43 Anthony Green
2013-03-24 10:31 ` Aurelien Jarno
0 siblings, 1 reply; 2+ messages in thread
From: Anthony Green @ 2013-03-24 4:43 UTC (permalink / raw)
To: qemu-devel; +Cc: blauwirbel, Anthony Green, aurelien
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] Remove device_tree.o from hw/moxie/Makefile.objs.
2013-03-24 4:43 [Qemu-devel] [PATCH] Remove device_tree.o from hw/moxie/Makefile.objs Anthony Green
@ 2013-03-24 10:31 ` Aurelien Jarno
0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Jarno @ 2013-03-24 10:31 UTC (permalink / raw)
To: Anthony Green; +Cc: blauwirbel, qemu-devel
On Sun, Mar 24, 2013 at 12:43:38AM -0400, Anthony Green wrote:
> 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
>
Thanks, applied.
--
Aurelien Jarno GPG: 1024D/F1BCDB73
aurelien@aurel32.net http://www.aurel32.net
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-24 10:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-24 4:43 [Qemu-devel] [PATCH] Remove device_tree.o from hw/moxie/Makefile.objs Anthony Green
2013-03-24 10:31 ` Aurelien Jarno
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).