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>
9 lines
170 B
Makefile
9 lines
170 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2010-2014 Intel Corporation
|
|
#
|
|
|
|
KMOD= nic_uio
|
|
SRCS= nic_uio.c device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|