mirror of https://github.com/F-Stack/f-stack.git
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>
|