On 2019-01-23 07:55, Yang Zhong wrote: > Add the new configs to default-configs/alpha-sofmmu.mak. > > Signed-off-by: Yang Zhong <yang.zh...@intel.com> > --- > default-configs/alpha-softmmu.mak | 2 ++ > hw/alpha/Makefile.objs | 4 +++- > 2 files changed, 5 insertions(+), 1 deletion(-) > > diff --git a/default-configs/alpha-softmmu.mak > b/default-configs/alpha-softmmu.mak > index 4d654eaa0b..c570caccd1 100644 > --- a/default-configs/alpha-softmmu.mak > +++ b/default-configs/alpha-softmmu.mak > @@ -19,3 +19,5 @@ CONFIG_I8259=y > CONFIG_MC146818RTC=y > CONFIG_ISA_TESTDEV=y > CONFIG_SMC37C669=y > +CONFIG_DP264=y > +CONFIG_TYPHOON=y > diff --git a/hw/alpha/Makefile.objs b/hw/alpha/Makefile.objs > index 5c742756f0..61579207ee 100644 > --- a/hw/alpha/Makefile.objs > +++ b/hw/alpha/Makefile.objs > @@ -1 +1,3 @@ > -obj-y += dp264.o pci.o typhoon.o > +obj-y += pci.o > +obj-$(CONFIG_DP264) += dp264.o > +obj-$(CONFIG_TYPHOON) += typhoon.o
Reviewed-by: Thomas Huth <th...@redhat.com>