aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKonstantin Ananyev <konstantin.ananyev@intel.com>2016-08-06 20:43:20 +0100
committerMohammad Abdul Awal <mohammad.abdul.awal@intel.com>2016-10-06 13:26:45 +0100
commit5d0ab6ce9c41573a2c7c401a0efa8ea764c9d55a (patch)
tree137ec75052046e832a12e0a300d9b9efba04d629 /lib
parent95540c9eb8f0cc8c26e1b570e0aa8fe4990d0cbd (diff)
Enable C++ files compilation
Change-Id: I28b180a6c91165049cd7cc58a64f1e5e1698da61 Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/libtle_dring/Makefile2
-rw-r--r--lib/libtle_udp/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtle_dring/Makefile b/lib/libtle_dring/Makefile
index 1f2c940..fa03e90 100644
--- a/lib/libtle_dring/Makefile
+++ b/lib/libtle_dring/Makefile
@@ -35,4 +35,4 @@ SRCS-y += dring.c
SYMLINK-y-include += tle_dring.h
-include $(RTE_SDK)/mk/rte.extlib.mk
+include $(TLDK_ROOT)/mk/tle.lib.mk
diff --git a/lib/libtle_udp/Makefile b/lib/libtle_udp/Makefile
index a834873..44cb6aa 100644
--- a/lib/libtle_udp/Makefile
+++ b/lib/libtle_udp/Makefile
@@ -42,4 +42,4 @@ SYMLINK-y-include += tle_event.h
# this lib dependencies
DEPDIRS-y += lib/libtle_dring
-include $(RTE_SDK)/mk/rte.extlib.mk
+include $(TLDK_ROOT)/mk/tle.lib.mk