diff options
author | Yang Zhong | 2019-02-02 08:24:54 +0100 |
---|---|---|
committer | Paolo Bonzini | 2019-02-05 16:50:21 +0100 |
commit | 85e4dcf18d92a43cc260de4331714c8e38d0c79d (patch) | |
tree | 7e3afae778984d52b97759d18f7c03246da59f1f /hw/tricore | |
parent | hw/openrisc/Makefile.objs: Create CONFIG_* for openrisc (diff) | |
download | qemu-85e4dcf18d92a43cc260de4331714c8e38d0c79d.tar.gz qemu-85e4dcf18d92a43cc260de4331714c8e38d0c79d.tar.xz qemu-85e4dcf18d92a43cc260de4331714c8e38d0c79d.zip |
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>
Diffstat (limited to 'hw/tricore')
-rw-r--r-- | hw/tricore/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tricore/Makefile.objs b/hw/tricore/Makefile.objs index 435e095cff..5501f6c1a8 100644 --- a/hw/tricore/Makefile.objs +++ b/hw/tricore/Makefile.objs @@ -1 +1 @@ -obj-y += tricore_testboard.o +obj-$(CONFIG_TRICORE) += tricore_testboard.o |