]> git.proxmox.com Git - ceph.git/blame - ceph/src/seastar/dpdk/lib/librte_mbuf/Makefile
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / lib / librte_mbuf / Makefile
CommitLineData
9f95a23c
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2010-2014 Intel Corporation
7c673cae
FG
3
4include $(RTE_SDK)/mk/rte.vars.mk
5
6# library name
7LIB = librte_mbuf.a
8
9CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
9f95a23c
TL
10CFLAGS += -DALLOW_EXPERIMENTAL_API
11
12LDLIBS += -lrte_eal -lrte_mempool
7c673cae
FG
13
14EXPORT_MAP := rte_mbuf_version.map
15
9f95a23c 16LIBABIVER := 5
7c673cae
FG
17
18# all source are stored in SRCS-y
9f95a23c 19SRCS-$(CONFIG_RTE_LIBRTE_MBUF) := rte_mbuf.c rte_mbuf_ptype.c rte_mbuf_pool_ops.c
7c673cae
FG
20
21# install includes
9f95a23c 22SYMLINK-$(CONFIG_RTE_LIBRTE_MBUF)-include := rte_mbuf.h rte_mbuf_ptype.h rte_mbuf_pool_ops.h
7c673cae 23
7c673cae 24include $(RTE_SDK)/mk/rte.lib.mk