From 5d22448922c52d2da0008b2ed2e2e20e08510229 Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Mon, 2 Jan 2017 04:44:03 -0800 Subject: fix run-vat path Change-Id: Idfe5050b2db35794687da797afdca60a707aa42c Signed-off-by: Matus Fabian --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9187404c..447f809c 100644 --- a/Makefile +++ b/Makefile @@ -284,7 +284,7 @@ build-vat: $(call make,$(PLATFORM)_debug,vpp-api-test-install) run-vat: - @sudo $(BR)/install-$(PLATFORM)_debug-native/vpp-api-test/bin/vpp_api_test + @sudo $(BR)/install-$(PLATFORM)_debug-native/vpp/bin/vpp_api_test pkg-deb: $(call make,$(PLATFORM),install-deb) -- cgit 1.2.3-korg