# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2010-2017 Intel Corporation include $(RTE_SDK)/mk/rte.vars.mk ifeq ($(CONFIG_RTE_APP_TEST),y) # default rule all: # Define an externally linked resource. A linked resource is an arbitrary # file that is linked into the test binary. The application refers to this # resource by name. The linked generates identifiers beg_ and end_ # for referencing by the C code. # # Parameters: , define linked_resource SRCS-y += $(1).res.o $(1).res.o: $(2) @ echo ' MKRES $$@' $Q [ "$$(