9 lines
194 B
Makefile
9 lines
194 B
Makefile
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2018 Intel Corporation
|
||
|
|
||
|
include $(RTE_SDK)/mk/rte.vars.mk
|
||
|
|
||
|
DIRS-$(CONFIG_RTE_LIBRTE_PMD_ISAL) += isal
|
||
|
|
||
|
include $(RTE_SDK)/mk/rte.subdir.mk
|