summaryrefslogtreecommitdiffstats
path: root/hw/hppa/Makefile.objs
diff options
context:
space:
mode:
authorYang Zhong2019-02-02 08:24:51 +0100
committerPaolo Bonzini2019-02-05 16:50:20 +0100
commit714e74621e605486e9854650fed524f1c63f3ec2 (patch)
tree1c8bdb6eb6982773282501c5de8640108c570427 /hw/hppa/Makefile.objs
parenthw/cris/Makefile.objs: Create CONFIG_* for cris (diff)
downloadqemu-714e74621e605486e9854650fed524f1c63f3ec2.tar.gz
qemu-714e74621e605486e9854650fed524f1c63f3ec2.tar.xz
qemu-714e74621e605486e9854650fed524f1c63f3ec2.zip
hw/hppa/Makefile.objs: Create CONFIG_* for hppa
Add the new configs to default-configs/hppa-sofmmu.mak. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20190202072456.6468-23-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/hppa/Makefile.objs')
-rw-r--r--hw/hppa/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hppa/Makefile.objs b/hw/hppa/Makefile.objs
index bef241ed25..67838f50a3 100644
--- a/hw/hppa/Makefile.objs
+++ b/hw/hppa/Makefile.objs
@@ -1 +1 @@
-obj-y += machine.o pci.o dino.o
+obj-$(CONFIG_DINO) += pci.o machine.o dino.o