aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-06-27 08:13:35 +0000
committerNeale Ranns <nranns@cisco.com>2019-06-27 09:30:47 +0000
commit6a4c9af3476b0dd6d4abb5910626555b23b7f033 (patch)
tree073f19ba3f3782819e3df8ec0a314cc5f1fcbd89 /Makefile
parentf78e87bf82868716ef77bc82d7cd5d60758ebbe6 (diff)
build: remove japi-install from Makefile
Type: fix Change-Id: I63245280a0939d07f495b11005596ffdfe1d85c8 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f3c4295e88..31fd8816c7a 100644
--- a/Makefile
+++ b/Makefile
@@ -445,7 +445,7 @@ test-wipe-doc:
@make -C test wipe-doc
test-cov:
- @make -C $(BR) PLATFORM=vpp TAG=vpp_gcov vom-install japi-install
+ @make -C $(BR) PLATFORM=vpp TAG=vpp_gcov vom-install
$(eval EXTENDED_TESTS=yes)
$(call test,vpp,vpp_gcov,cov)