diff options
author | Peter Crosthwaite <crosthwaitepeter@gmail.com> | 2015-05-24 13:20:14 -0700 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-06-03 14:21:24 +0300 |
commit | 7df057bac3734ee3c2c052fd0807479602ab5583 (patch) | |
tree | 082749bb5b2da7174dd25d865ca37f30036347ec /Makefile.objs | |
parent | d370dfa9f3703cf0af07d96d50ed567413e8ec65 (diff) | |
download | hqemu-7df057bac3734ee3c2c052fd0807479602ab5583.zip hqemu-7df057bac3734ee3c2c052fd0807479602ab5583.tar.gz |
device-tree: Make a common-obj
There is no reason for device tree API to be built per-target.
common-obj it. There is an extraneous inclusion of config.h that
needs to be removed.
Cc: Alexander Graf <agraf@suse.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 28999d3..4881d2c 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -76,6 +76,8 @@ common-obj-$(CONFIG_SECCOMP) += qemu-seccomp.o common-obj-$(CONFIG_SMARTCARD_NSS) += $(libcacard-y) +common-obj-$(CONFIG_FDT) += device_tree.o + ###################################################################### # qapi |