hw/cris/Makefile.objs: Create CONFIG_* for cris

Add the new configs to default-configs/cris-sofmmu.mak.

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190202072456.6468-22-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Yang Zhong 2019-02-02 15:24:50 +08:00 committed by Paolo Bonzini
parent 31be0a43b9
commit 034c344e30
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ CONFIG_ETRAXFS=y
CONFIG_NAND=y
CONFIG_PTIMER=y
CONFIG_PFLASH_CFI02=y
CONFIG_AXIS=y

View File

@ -1,2 +1,2 @@
obj-y += boot.o
obj-y += axis_dev88.o
obj-$(CONFIG_AXIS) += axis_dev88.o