]> git.droids-corp.org - dpdk.git/blobdiff - examples/performance-thread/Makefile
examples/performance-thread: add pthread_shim app
[dpdk.git] / examples / performance-thread / Makefile
index dc9317ceb89970d6495b88e53f3bb5612c8e34b8..6278c9a1743090bccb1b2f99dbd7ed42f70207c2 100644 (file)
@@ -39,5 +39,7 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
 include $(RTE_SDK)/mk/rte.vars.mk
 
 DIRS-y += l3fwd-thread
+DIRS-y += pthread_shim
+
 
 include $(RTE_SDK)/mk/rte.extsubdir.mk