]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/test/test-acl/Makefile
update download target update for octopus release
[ceph.git] / ceph / src / spdk / dpdk / test / test-acl / 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
6ifeq ($(CONFIG_RTE_LIBRTE_ACL),y)
7
8APP = testacl
9
10CFLAGS += $(WERROR_FLAGS)
11
12# all source are stored in SRCS-y
13SRCS-y := main.c
14
15include $(RTE_SDK)/mk/rte.app.mk
16
17endif