diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-05-29 17:50:03 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-06-07 09:21:18 +0200 |
commit | 49ac9e0a8cfb737d6da9c0b056c062e3dec0ba45 (patch) | |
tree | d708c37c7d51fb5c029685de4f06b877cc969072 /Makefile.target | |
parent | c353f261946ddbd814b333ae2440712b486977fd (diff) |
build: move device tree to per-target Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.target b/Makefile.target index 5635043f4a..3dfdf925fd 100644 --- a/Makefile.target +++ b/Makefile.target @@ -149,13 +149,6 @@ else obj-y += hw/$(TARGET_BASE_ARCH)/ endif -# Device tree -ifeq ($(CONFIG_FDT), y) -obj-$(TARGET_ARM) += device_tree.o -obj-$(TARGET_MICROBLAZE) += device_tree.o -obj-$(TARGET_PPC) += device_tree.o -endif - main.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) GENERATED_HEADERS += hmp-commands.h qmp-commands-old.h |