mirror of https://github.com/xemu-project/xemu.git
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:
parent
31be0a43b9
commit
034c344e30
|
@ -4,3 +4,4 @@ CONFIG_ETRAXFS=y
|
|||
CONFIG_NAND=y
|
||||
CONFIG_PTIMER=y
|
||||
CONFIG_PFLASH_CFI02=y
|
||||
CONFIG_AXIS=y
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
obj-y += boot.o
|
||||
obj-y += axis_dev88.o
|
||||
obj-$(CONFIG_AXIS) += axis_dev88.o
|
||||
|
|
Loading…
Reference in New Issue