aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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