aboutsummaryrefslogtreecommitdiffstats
path: root/router/router.mk
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2017-03-28 18:08:52 +0800
committerHongjun Ni <hongjun.ni@intel.com>2017-04-05 19:27:24 +0800
commitffd582515ce0e12b11c0d23e080ff64c20301073 (patch)
tree7efe271242d4367c6286c0fd8227fb8b4c60c962 /router/router.mk
parenta54fc6bd0805d7f60451d608cd4b4781197de34b (diff)
FIx compile issue for netlink and router plugin
Change-Id: I8a6f069af4acce97fd0ee262c217af645afd476d Signed-off-by: Hongjun Ni <hongjun.ni@intel.com> Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'router/router.mk')
-rw-r--r--router/router.mk33
1 files changed, 5 insertions, 28 deletions
diff --git a/router/router.mk b/router/router.mk
index f9bb917..9ffbd3a 100644
--- a/router/router.mk
+++ b/router/router.mk
@@ -1,34 +1,11 @@
-router_configure_depend = \
- vppinfra-install \
- dpdk-install \
- svm-install \
- vlib-api-install \
- vlib-install \
- vnet-install \
- vpp-install \
- netlink-install \
- vpp-api-test-install
++router_configure_depend = \
++ vpp-install \
++ netlink-install
router_CPPFLAGS = $(call installed_includes_fn, \
- vppinfra \
- dpdk \
- openssl \
- svm \
- vlib \
- vlib-api \
- vnet \
vpp \
- netlink \
- vpp-api-test)
+ netlink)
router_LDFLAGS = $(call installed_libs_fn, \
- vppinfra \
- dpdk \
- openssl \
- svm \
- vlib \
- vlib-api \
- vnet \
vpp \
- netlink \
- vpp-api-test)
+ netlink)