f-stack/dpdk/kernel/freebsd/nic_uio/BSDmakefile

9 lines
170 B
Makefile
Raw Normal View History

2019-06-25 11:12:58 +00:00
# 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>