diff options
author | Damjan Marion <damarion@cisco.com> | 2015-12-16 20:52:23 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2015-12-16 20:53:30 +0100 |
commit | f750ac2b79fa150f5ff4d57281d04024658f3f42 (patch) | |
tree | 5010e2348f35be66bf7c3f48f15a07eb7166d3f0 /build-data/packages | |
parent | fa1a6a4dd3af06523bf3cd53b4b21e7f32edec9a (diff) |
Move vppctl to vpp-api-test
Change-Id: I4af0eb9c09d14a1a9803cf1b25bc3d7b814c82cc
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-data/packages')
-rw-r--r-- | build-data/packages/vppctl.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build-data/packages/vppctl.mk b/build-data/packages/vppctl.mk deleted file mode 100644 index a5f8757b536..00000000000 --- a/build-data/packages/vppctl.mk +++ /dev/null @@ -1,11 +0,0 @@ -vppctl_configure_depend = \ - vppinfra-install \ - dpdk-install \ - svm-install \ - vlib-api-install \ - vlib-install \ - vnet-install \ - vpp-install \ - vpp-api-test-install - - |