mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 22:43:05 +00:00
makefile: Include kata-deploy targets
Use kata-deploy targets from toplevel. This will help if want to build and reinstall just one single kata component. Signed-off-by: Carlos Venegas <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
d490704133
commit
96e1246bce
7
Makefile
7
Makefile
@ -18,6 +18,7 @@ TOOLS += agent-ctl
|
|||||||
STANDARD_TARGETS = build check clean install test vendor
|
STANDARD_TARGETS = build check clean install test vendor
|
||||||
|
|
||||||
include utils.mk
|
include utils.mk
|
||||||
|
include ./tools/packaging/kata-deploy/local-build/Makefile
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
@ -33,10 +34,4 @@ generate-protocols:
|
|||||||
static-checks: build
|
static-checks: build
|
||||||
bash ci/static-checks.sh
|
bash ci/static-checks.sh
|
||||||
|
|
||||||
binary-tarball:
|
|
||||||
make -f ./tools/packaging/kata-deploy/local-build/Makefile
|
|
||||||
|
|
||||||
install-binary-tarball:
|
|
||||||
make -f ./tools/packaging/kata-deploy/local-build/Makefile install
|
|
||||||
|
|
||||||
.PHONY: all default static-checks binary-tarball install-binary-tarball
|
.PHONY: all default static-checks binary-tarball install-binary-tarball
|
||||||
|
Loading…
Reference in New Issue
Block a user