From 85e4dcf18d92a43cc260de4331714c8e38d0c79d Mon Sep 17 00:00:00 2001 From: Yang Zhong Date: Sat, 2 Feb 2019 15:24:54 +0800 Subject: hw/tricore/Makefile.objs: Create CONFIG_* for tricore Add the new configs to default-configs/tricore-sofmmu.mak. Signed-off-by: Yang Zhong Signed-off-by: Paolo Bonzini Reviewed-by: Thomas Huth Message-Id: <20190202072456.6468-26-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini --- hw/tricore/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/tricore') diff --git a/hw/tricore/Makefile.objs b/hw/tricore/Makefile.objs index 435e095..5501f6c 100644 --- a/hw/tricore/Makefile.objs +++ b/hw/tricore/Makefile.objs @@ -1 +1 @@ -obj-y += tricore_testboard.o +obj-$(CONFIG_TRICORE) += tricore_testboard.o -- cgit v1.1