New upstream version 18.02
[deb_dpdk.git] / test / test-acl / Makefile
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2014 Intel Corporation
3
4 include $(RTE_SDK)/mk/rte.vars.mk
5
6 ifeq ($(CONFIG_RTE_LIBRTE_ACL),y)
7
8 APP = testacl
9
10 CFLAGS += $(WERROR_FLAGS)
11
12 # all source are stored in SRCS-y
13 SRCS-y := main.c
14
15 include $(RTE_SDK)/mk/rte.app.mk
16
17 endif