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