From: Anthony Green Date: Sun, 24 Mar 2013 04:43:38 +0000 (-0400) Subject: Remove device_tree.o from hw/moxie/Makefile.objs. X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~2276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe6344a05fba26e16863fefcb823242e579b0991;p=sdk%2Femulator%2Fqemu.git Remove device_tree.o from hw/moxie/Makefile.objs. Here's a fix for the build problem identified by Aurelien Jarno here: http://lists.gnu.org/archive/html/qemu-devel/2013-03/msg04177.html Signed-off-by: Anthony Green Signed-off-by: Aurelien Jarno --- 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