diff mbox series

[RFC,v4,21/44] hw/tricore/Makefile.objs: Create CONFIG_* for tricore

Message ID 20190123065618.3520-22-yang.zhong@intel.com (mailing list archive)
State New, archived
Headers show
Series Support Kconfig in QEMU | expand

Commit Message

Yang Zhong Jan. 23, 2019, 6:55 a.m. UTC
Add the new configs to default-configs/tricore-sofmmu.mak.

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
---
 default-configs/tricore-softmmu.mak | 1 +
 hw/tricore/Makefile.objs            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Thomas Huth Jan. 23, 2019, 4:43 p.m. UTC | #1
On 2019-01-23 07:55, Yang Zhong wrote:
> Add the new configs to default-configs/tricore-sofmmu.mak.
> 
> Signed-off-by: Yang Zhong <yang.zhong@intel.com>
> ---
>  default-configs/tricore-softmmu.mak | 1 +
>  hw/tricore/Makefile.objs            | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/default-configs/tricore-softmmu.mak b/default-configs/tricore-softmmu.mak
> index e69de29bb2..c397cff38a 100644
> --- a/default-configs/tricore-softmmu.mak
> +++ b/default-configs/tricore-softmmu.mak
> @@ -0,0 +1 @@
> +CONFIG_TRICORE=y
> 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
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>
diff mbox series

Patch

diff --git a/default-configs/tricore-softmmu.mak b/default-configs/tricore-softmmu.mak
index e69de29bb2..c397cff38a 100644
--- a/default-configs/tricore-softmmu.mak
+++ b/default-configs/tricore-softmmu.mak
@@ -0,0 +1 @@ 
+CONFIG_TRICORE=y
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