X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fraw%2Fntb%2FMakefile;h=8f0bff9b023daa6629a56b627195bc30d7323ae9;hb=0d6ef740e411180a40e93419e403690ab788985f;hp=6fe2aaf403022a67a5439d5611dbfa506efe4e05;hpb=54dcfdee85aa773358c80ec3f64631b2cb732a33;p=dpdk.git diff --git a/drivers/raw/ntb/Makefile b/drivers/raw/ntb/Makefile index 6fe2aaf403..8f0bff9b02 100644 --- a/drivers/raw/ntb/Makefile +++ b/drivers/raw/ntb/Makefile @@ -8,7 +8,6 @@ include $(RTE_SDK)/mk/rte.vars.mk # LIB = librte_rawdev_ntb.a -CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool @@ -17,12 +16,13 @@ LDLIBS += -lrte_rawdev EXPORT_MAP := rte_rawdev_ntb_version.map -LIBABIVER := 1 - # # all source are stored in SRCS-y # SRCS-$(CONFIG_RTE_LIBRTE_PMD_NTB_RAWDEV) += ntb.c SRCS-$(CONFIG_RTE_LIBRTE_PMD_NTB_RAWDEV) += ntb_hw_intel.c +# install this header file +SYMLINK-$(CONFIG_RTE_LIBRTE_PMD_NTB_RAWDEV)-include := rte_pmd_ntb.h + include $(RTE_SDK)/mk/rte.lib.mk