Skip to content

Commit

Permalink
hw/cris/Makefile.objs: Create CONFIG_* for cris
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
yangzhon authored and bonzini committed Feb 5, 2019
1 parent 31be0a4 commit 034c344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions default-configs/cris-softmmu.mak
Expand Up @@ -4,3 +4,4 @@ CONFIG_ETRAXFS=y
CONFIG_NAND=y
CONFIG_PTIMER=y
CONFIG_PFLASH_CFI02=y
CONFIG_AXIS=y
2 changes: 1 addition & 1 deletion hw/cris/Makefile.objs
@@ -1,2 +1,2 @@
obj-y += boot.o
obj-y += axis_dev88.o
obj-$(CONFIG_AXIS) += axis_dev88.o

0 comments on commit 034c344

Please sign in to comment.