acaa9ee991
This patch moves the kernel modules code from EAL to a common place. - Separate the kernel module code from user space code. Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Tested-by: Bruce Richardson <bruce.richardson@intel.com>
10 lines
228 B
Makefile
10 lines
228 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2017 NXP
|
|
|
|
include $(RTE_SDK)/mk/rte.vars.mk
|
|
|
|
DIRS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) += contigmem
|
|
DIRS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) += nic_uio
|
|
|
|
include $(RTE_SDK)/mk/rte.subdir.mk
|