From: Yang Zhong Date: Sat, 2 Feb 2019 07:24:50 +0000 (+0800) Subject: hw/cris/Makefile.objs: Create CONFIG_* for cris X-Git-Tag: v4.0.0-rc0~114^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034c344e30137427c9a61fe57b3163ca50ade441;p=thirdparty%2Fqemu.git hw/cris/Makefile.objs: Create CONFIG_* for cris Add the new configs to default-configs/cris-sofmmu.mak. Signed-off-by: Yang Zhong Signed-off-by: Paolo Bonzini Reviewed-by: Thomas Huth Message-Id: <20190202072456.6468-22-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini --- diff --git a/default-configs/cris-softmmu.mak b/default-configs/cris-softmmu.mak index d970d50158b..a637c4b4bf7 100644 --- a/default-configs/cris-softmmu.mak +++ b/default-configs/cris-softmmu.mak @@ -4,3 +4,4 @@ CONFIG_ETRAXFS=y CONFIG_NAND=y CONFIG_PTIMER=y CONFIG_PFLASH_CFI02=y +CONFIG_AXIS=y diff --git a/hw/cris/Makefile.objs b/hw/cris/Makefile.objs index 7624173f779..a4a27b3a138 100644 --- a/hw/cris/Makefile.objs +++ b/hw/cris/Makefile.objs @@ -1,2 +1,2 @@ obj-y += boot.o -obj-y += axis_dev88.o +obj-$(CONFIG_AXIS) += axis_dev88.o