xref: /freebsd/sys/modules/vmware/vmxnet3/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1e3c97c2cSBryan Venteicher#
2e3c97c2cSBryan Venteicher#
3e3c97c2cSBryan Venteicher# Redistribution and use in source and binary forms, with or without
4e3c97c2cSBryan Venteicher# modification, are permitted provided that the following conditions
5e3c97c2cSBryan Venteicher# are met:
6e3c97c2cSBryan Venteicher# 1. Redistributions of source code must retain the above copyright
7e3c97c2cSBryan Venteicher#    notice, this list of conditions and the following disclaimer.
8e3c97c2cSBryan Venteicher# 2. Redistributions in binary form must reproduce the above copyright
9e3c97c2cSBryan Venteicher#    notice, this list of conditions and the following disclaimer in the
10e3c97c2cSBryan Venteicher#    documentation and/or other materials provided with the distribution.
11e3c97c2cSBryan Venteicher#
12e3c97c2cSBryan Venteicher# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
13e3c97c2cSBryan Venteicher# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14e3c97c2cSBryan Venteicher# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15e3c97c2cSBryan Venteicher# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
16e3c97c2cSBryan Venteicher# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17e3c97c2cSBryan Venteicher# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18e3c97c2cSBryan Venteicher# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19e3c97c2cSBryan Venteicher# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20e3c97c2cSBryan Venteicher# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21e3c97c2cSBryan Venteicher# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22e3c97c2cSBryan Venteicher# SUCH DAMAGE.
23e3c97c2cSBryan Venteicher#
24e3c97c2cSBryan Venteicher
25193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/vmware/vmxnet3
26e3c97c2cSBryan Venteicher
27e3c97c2cSBryan VenteicherKMOD=	if_vmx
28e3c97c2cSBryan VenteicherSRCS=	if_vmx.c
29cad628f0SPatrick KelseySRCS+=	bus_if.h device_if.h pci_if.h ifdi_if.h
30*281cab4dSAndriy GaponSRCS+=	opt_inet.h opt_inet6.h opt_rss.h
31e557c1ddSBryan Venteicher
32e3c97c2cSBryan Venteicher.include <bsd.kmod.mk>
33