1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2016-2017 Intel Corporation
4 include $(RTE_SDK)/mk/rte.vars.mk
10 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR)
11 LDLIBS += -lrte_eal -lrte_ring -lrte_hash
13 EXPORT_MAP := rte_efd_version.map
15 # all source are stored in SRCS-y
16 SRCS-$(CONFIG_RTE_LIBRTE_EFD) := rte_efd.c
18 # install this header file
19 SYMLINK-$(CONFIG_RTE_LIBRTE_EFD)-include := rte_efd.h
21 include $(RTE_SDK)/mk/rte.lib.mk