mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
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 <james.o.hunt@intel.com>
This commit is contained in:
parent
f7010b8061
commit
2b345ba29d
5
Makefile
5
Makefile
@ -15,9 +15,10 @@ COMPONENTS += runtime-rs
|
|||||||
TOOLS =
|
TOOLS =
|
||||||
|
|
||||||
TOOLS += agent-ctl
|
TOOLS += agent-ctl
|
||||||
TOOLS += trace-forwarder
|
TOOLS += kata-ctl
|
||||||
TOOLS += runk
|
|
||||||
TOOLS += log-parser
|
TOOLS += log-parser
|
||||||
|
TOOLS += runk
|
||||||
|
TOOLS += trace-forwarder
|
||||||
|
|
||||||
STANDARD_TARGETS = build check clean install test vendor
|
STANDARD_TARGETS = build check clean install test vendor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user