diff options
author | Anthony Green <green@moxielogic.com> | 2013-03-24 00:43:38 -0400 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2013-03-24 11:30:04 +0100 |
commit | fe6344a05fba26e16863fefcb823242e579b0991 (patch) | |
tree | 425ad50446e0699f214d5d8682978c63b65dafac /hw/moxie | |
parent | 2d497542e1ee66598be8bb7ce6a4606d664417ac (diff) |
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 <green@moxielogic.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/moxie')
-rw-r--r-- | hw/moxie/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/moxie/Makefile.objs b/hw/moxie/Makefile.objs index d0772d1566..a5f1742936 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 |