]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_efd/Makefile
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_efd / Makefile
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2016-2017 Intel Corporation
3
4include $(RTE_SDK)/mk/rte.vars.mk
5
6# library name
7LIB = librte_efd.a
8
9CFLAGS += -O3
10CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR)
11LDLIBS += -lrte_eal -lrte_ring -lrte_hash
12
13EXPORT_MAP := rte_efd_version.map
14
11fdf7f2
TL
15# all source are stored in SRCS-y
16SRCS-$(CONFIG_RTE_LIBRTE_EFD) := rte_efd.c
17
18# install this header file
19SYMLINK-$(CONFIG_RTE_LIBRTE_EFD)-include := rte_efd.h
20
21include $(RTE_SDK)/mk/rte.lib.mk