[spp] [PATCH 2/7] drivers: add pipe PMD in Makefile

Itsuro Oda oda at valinux.co.jp
Wed Feb 26 00:32:59 CET 2020


This patch adds the directory of pipe PMD in Makefile.

Signed-off-by: Itsuro Oda <oda at valinux.co.jp>
---
 src/drivers/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/drivers/Makefile b/src/drivers/Makefile
index f2deba7..f759238 100644
--- a/src/drivers/Makefile
+++ b/src/drivers/Makefile
@@ -11,5 +11,6 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
 include $(RTE_SDK)/mk/rte.vars.mk
 
 DIRS-y += vhost
+DIRS-y += pipe
 
 include $(RTE_SDK)/mk/rte.extsubdir.mk
-- 
2.17.1



More information about the spp mailing list