diff mbox

Remove device_tree.o from hw/moxie/Makefile.objs.

Message ID 1364100218-25115-1-git-send-email-green@moxielogic.com
State New
Headers show

Commit Message

Anthony Green March 24, 2013, 4:43 a.m. UTC
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(-)

Comments

Aurelien Jarno March 24, 2013, 10:31 a.m. UTC | #1
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.
diff mbox

Patch

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