summaryrefslogtreecommitdiffstats
path: root/test/dring/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/dring/Makefile')
-rw-r--r--test/dring/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dring/Makefile b/test/dring/Makefile
index b4e7a70..6549744 100644
--- a/test/dring/Makefile
+++ b/test/dring/Makefile
@@ -32,9 +32,9 @@ APP = test_dring
SRCS-y += test_dring.c
CFLAGS += $(WERROR_FLAGS)
-CFLAGS += -I$(TLDK_ROOT)/$(RTE_TARGET)/include
+CFLAGS += -I$(RTE_OUTPUT)/include
-LDLIBS += -L$(TLDK_ROOT)/$(RTE_TARGET)/lib
+LDLIBS += -L$(RTE_OUTPUT)/lib
LDLIBS += -ltle_dring
EXTRA_CFLAGS += -O3