Skip to content

Commit 7ec355e

Browse files
committed
Makefile: native, artifact: include limactl-plugins and additional-drivers
For issue 4289 and issue 4290 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 3c8b37b commit 7ec355e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ exe: _output/bin/limactl$(exe)
181181

182182
.PHONY: minimal native
183183
minimal: clean limactl native-guestagent default_template
184-
native: clean limactl helpers native-guestagent templates template_experimentals
184+
native: clean limactl limactl-plugins helpers native-guestagent templates template_experimentals additional-drivers
185185

186186
################################################################################
187187
# These configs were once customizable but should no longer be changed.
@@ -641,9 +641,10 @@ ARTIFACT_ADDITIONAL_GUESTAGENTS_PATH_COMMON = _artifacts/lima-additional-guestag
641641
artifact: $(addprefix $(ARTIFACT_PATH_COMMON),$(ARTIFACT_FILE_EXTENSIONS)) \
642642
$(addprefix $(ARTIFACT_ADDITIONAL_GUESTAGENTS_PATH_COMMON),$(ARTIFACT_FILE_EXTENSIONS))
643643

644-
ARTIFACT_DES = _output/bin/limactl$(exe) $(LIMA_DEPS) $(HELPERS_DEPS) \
644+
ARTIFACT_DES = _output/bin/limactl$(exe) limactl-plugins $(LIMA_DEPS) $(HELPERS_DEPS) \
645645
$(NATIVE_GUESTAGENT) \
646646
$(TEMPLATES) $(TEMPLATE_EXPERIMENTALS) \
647+
additional-drivers \
647648
$(DOCUMENTATION) _output/share/doc/lima/templates \
648649
_output/share/man/man1/limactl.1
649650

0 commit comments

Comments
 (0)