* [Qemu-devel] [PATCH] moxie: fix compilation with CONFIG_FDT
@ 2013-03-24 0:45 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2013-03-24 0:45 UTC (permalink / raw)
To: qemu-devel; +Cc: Anthony Green, Aurelien Jarno
When CONFIG_FDT is enabled, qemu-system-moxie fails to build with
the following error:
$ make
make[1]: *** No rule to make target `hw/moxie/../device_tree.o', needed by `qemu-system-moxie'. Stop.
make: *** [subdir-moxie-softmmu] Error 2
Since commit 320ba5f, device_tree.o is always linked to the targets. This patch
simply removes it from hw/moxie/Makefile.objs.
Cc: Anthony Green <green@moxielogic.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
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.7.10.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-24 0:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-24 0:45 [Qemu-devel] [PATCH] moxie: fix compilation with CONFIG_FDT 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).