e2887d5f57
Replace the BSD license header with the SPDX tag for files with only an Intel copyright on them. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
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
|