# SPDX-License-Identifier: BSD-3-Clause# Copyright(c) 2010-2014 Intel Corporationinclude $(RTE_SDK)/mk/rte.vars.mkifeq ($(CONFIG_RTE_LIBRTE_ACL),y)APP= testacl
CFLAGS+=$(WERROR_FLAGS)# all source are stored in SRCS-ySRCS-y:= main.c
include $(RTE_SDK)/mk/rte.app.mkendif