]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_pipeline/Makefile
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_pipeline / Makefile
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2010-2016 Intel Corporation
3
4include $(RTE_SDK)/mk/rte.vars.mk
5
6#
7# library name
8#
9LIB = librte_pipeline.a
10
11CFLAGS += -DALLOW_EXPERIMENTAL_API
12CFLAGS += -O3
13CFLAGS += $(WERROR_FLAGS)
14LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf -lrte_table
9f95a23c 15LDLIBS += -lrte_port -lrte_meter -lrte_sched -lrte_cryptodev
11fdf7f2
TL
16
17EXPORT_MAP := rte_pipeline_version.map
18
19LIBABIVER := 3
20
21#
22# all source are stored in SRCS-y
23#
24SRCS-$(CONFIG_RTE_LIBRTE_PIPELINE) := rte_pipeline.c
25SRCS-$(CONFIG_RTE_LIBRTE_PIPELINE) += rte_port_in_action.c
26SRCS-$(CONFIG_RTE_LIBRTE_PIPELINE) += rte_table_action.c
27
28# install includes
29SYMLINK-$(CONFIG_RTE_LIBRTE_PIPELINE)-include += rte_pipeline.h rte_port_in_action.h rte_table_action.h
30
31include $(RTE_SDK)/mk/rte.lib.mk