aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4a4fe31..c22527c 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,8 @@ endif
# Default target, can be overriden by command line or environment
RTE_TARGET ?= x86_64-native-linuxapp-gcc
-DIRS-y += lib/libtle_udp
-DIRS-y += examples/udpfwd
+DIRS-y += lib
+DIRS-y += examples
MAKEFLAGS += --no-print-directory