From 2b345ba29d9ec6d3783f9573a430c66059c31c52 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 11 Oct 2022 10:03:55 +0100 Subject: [PATCH] build: Add kata-ctl to tools list Update the top-level Makefile to build the `kata-ctl` tool by default. Fixes: #4499, #5334. Signed-off-by: James O. D. Hunt --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4d2be6b4d8..e30cf1d980 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,10 @@ COMPONENTS += runtime-rs TOOLS = TOOLS += agent-ctl -TOOLS += trace-forwarder -TOOLS += runk +TOOLS += kata-ctl TOOLS += log-parser +TOOLS += runk +TOOLS += trace-forwarder STANDARD_TARGETS = build check clean install test vendor