X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fraw%2Focteontx2_ep%2FMakefile;h=1a54bf56f0161261d687e7bdda13482f43719d58;hb=769de16872ab90871480cfa616d1bf6e3b908b86;hp=8cec6bd97e5917531e6dfce09d90f35ec0cec7ab;hpb=56d46d13f73606aea3a18680d0219b6a5bfe3092;p=dpdk.git diff --git a/drivers/raw/octeontx2_ep/Makefile b/drivers/raw/octeontx2_ep/Makefile index 8cec6bd97e..1a54bf56f0 100644 --- a/drivers/raw/octeontx2_ep/Makefile +++ b/drivers/raw/octeontx2_ep/Makefile @@ -30,11 +30,13 @@ endif EXPORT_MAP := rte_rawdev_octeontx2_ep_version.map -LIBABIVER := 1 - # # All source are stored in SRCS-y # SRCS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EP_RAWDEV) += otx2_ep_rawdev.c +SRCS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EP_RAWDEV) += otx2_ep_enqdeq.c +SRCS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EP_RAWDEV) += otx2_ep_test.c +SRCS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EP_RAWDEV) += otx2_ep_vf.c + include $(RTE_SDK)/mk/rte.lib.mk