On 2019-01-23 07:55, Yang Zhong wrote: > Add the new configs to default-configs/cris-sofmmu.mak. > > Signed-off-by: Yang Zhong <yang.zh...@intel.com> > --- > default-configs/cris-softmmu.mak | 1 + > hw/cris/Makefile.objs | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/default-configs/cris-softmmu.mak > b/default-configs/cris-softmmu.mak > index d970d50158..a637c4b4bf 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 7624173f77..a4a27b3a13 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
Reviewed-by: Thomas Huth <th...@redhat.com>