pdump: fix error code check when creating/canceling pthread
[dpdk.git] / mk / rte.extlib.mk
index ac5e84f..f58d96c 100644 (file)
@@ -31,6 +31,8 @@
 
 MAKEFLAGS += --no-print-directory
 
+EXTLIB_BUILD := y
+
 # we must create the output dir first and recall the same Makefile
 # from this directory
 ifeq ($(NOT_FIRST_CALL),)
@@ -50,4 +52,3 @@ all:
 else
 include $(RTE_SDK)/mk/rte.lib.mk
 endif
-