mirror of https://github.com/F-Stack/f-stack.git
12 lines
331 B
Makefile
12 lines
331 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
include $(RTE_SDK)/mk/rte.vars.mk
|
|
|
|
DIRS-$(CONFIG_RTE_APP_TEST) += test
|
|
DIRS-$(CONFIG_RTE_LIBRTE_ACL) += test-acl
|
|
DIRS-$(CONFIG_RTE_LIBRTE_PIPELINE) += test-pipeline
|
|
DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) += cmdline_test
|
|
|
|
include $(RTE_SDK)/mk/rte.subdir.mk
|