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

Add the new configs to default-configs/tricore-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-26-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Yang Zhong 2019-02-02 15:24:54 +08:00 committed by Paolo Bonzini
parent 4575bbb4c8
commit 85e4dcf18d
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
CONFIG_TRICORE=y

View File

@ -1 +1 @@
obj-y += tricore_testboard.o
obj-$(CONFIG_TRICORE) += tricore_testboard.o