X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fdpaax%2FMakefile;h=15b0b38d0dfb6f1a582ca3f8338269780b68d89a;hb=ac882a0eda6950f58271ee507b46f1a0a7ff9672;hp=94d2cf0ce7ee6af4673a90a1f67f3125827d2252;hpb=2f3d633aa593c89c86dfb0e7df75e49ee05ad808;p=dpdk.git diff --git a/drivers/common/dpaax/Makefile b/drivers/common/dpaax/Makefile index 94d2cf0ce7..15b0b38d0d 100644 --- a/drivers/common/dpaax/Makefile +++ b/drivers/common/dpaax/Makefile @@ -9,23 +9,21 @@ include $(RTE_SDK)/mk/rte.vars.mk # LIB = librte_common_dpaax.a -CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +CFLAGS += -Wno-pointer-arith +CFLAGS += -Wno-cast-qual + +CFLAGS += -I$(RTE_SDK)/drivers/common/dpaax # versioning export map EXPORT_MAP := rte_common_dpaax_version.map -# library version -LIBABIVER := 1 - # # all source are stored in SRCS-y # -SRCS-y += dpaax_iova_table.c +SRCS-y += dpaax_iova_table.c dpaa_of.c LDLIBS += -lrte_eal -SYMLINK-y-include += dpaax_iova_table.h - -include $(RTE_SDK)/mk/rte.lib.mk \ No newline at end of file +include $(RTE_SDK)/mk/rte.lib.mk