X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcompress%2Fzlib%2FMakefile;h=5cf8de6f83fa805bcd3003985f186a4c0a4cc32d;hb=65a45ecc76bbca1c167bd034d85827666084d83a;hp=bd322c9f2605129c4c582f2210fda36bbf934325;hpb=0c4e4c16b0049ef5d0d2a7bb49d4ab653f7f14b6;p=dpdk.git diff --git a/drivers/compress/zlib/Makefile b/drivers/compress/zlib/Makefile index bd322c9f26..5cf8de6f83 100644 --- a/drivers/compress/zlib/Makefile +++ b/drivers/compress/zlib/Makefile @@ -24,5 +24,6 @@ LDLIBS += -lrte_bus_vdev # library source files SRCS-$(CONFIG_RTE_LIBRTE_PMD_ZLIB) += zlib_pmd.c +SRCS-$(CONFIG_RTE_LIBRTE_PMD_ZLIB) += zlib_pmd_ops.c include $(RTE_SDK)/mk/rte.lib.mk