aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 53cff856dd2..59f1a76b852 100644
--- a/Makefile
+++ b/Makefile
@@ -489,7 +489,10 @@ run-vat:
@$(SUDO) $(BR)/install-$(PLATFORM)_debug-native/vpp/bin/vpp_api_test
pkg-deb:
- $(call make,$(PLATFORM),install-deb)
+ $(call make,$(PLATFORM),vpp-package-deb)
+
+pkg-deb-debug:
+ $(call make,$(PLATFORM)_debug,vpp-package-deb)
pkg-rpm: dist
make -C extras/rpm
@@ -575,5 +578,3 @@ ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-18.04)
$(call banner,"Running tests")
@make COMPRESS_FAILED_TEST_LOGS=yes RETRIES=3 test
endif
-
-