xref: /freebsd/sys/modules/usb/usie/Makefile (revision 8a847947153e60d812852e5c02de93997b2d3038)
149901133SHans Petter Selasky#
249901133SHans Petter Selasky#
349901133SHans Petter Selasky# Copyright (c) 2011 Hans Petter Selasky. All rights reserved.
449901133SHans Petter Selasky#
549901133SHans Petter Selasky# Redistribution and use in source and binary forms, with or without
649901133SHans Petter Selasky# modification, are permitted provided that the following conditions
749901133SHans Petter Selasky# are met:
849901133SHans Petter Selasky# 1. Redistributions of source code must retain the above copyright
949901133SHans Petter Selasky#    notice, this list of conditions and the following disclaimer.
1049901133SHans Petter Selasky# 2. Redistributions in binary form must reproduce the above copyright
1149901133SHans Petter Selasky#    notice, this list of conditions and the following disclaimer in the
1249901133SHans Petter Selasky#    documentation and/or other materials provided with the distribution.
1349901133SHans Petter Selasky#
1449901133SHans Petter Selasky# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1549901133SHans Petter Selasky# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1649901133SHans Petter Selasky# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1749901133SHans Petter Selasky# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1849901133SHans Petter Selasky# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1949901133SHans Petter Selasky# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2049901133SHans Petter Selasky# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2149901133SHans Petter Selasky# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2249901133SHans Petter Selasky# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2349901133SHans Petter Selasky# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2449901133SHans Petter Selasky# SUCH DAMAGE.
2549901133SHans Petter Selasky#
2649901133SHans Petter Selasky
27193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/usb/net
2849901133SHans Petter Selasky
2949901133SHans Petter SelaskyKMOD = usie
3049901133SHans Petter SelaskySRCS = if_usie.c
3149901133SHans Petter SelaskySRCS += opt_bus.h opt_usb.h device_if.h bus_if.h \
32*8a847947SShengYi Hung	usb_if.h usbdevs.h opt_inet.h opt_inet6.h
3349901133SHans Petter Selasky
3449901133SHans Petter Selasky.include <bsd.kmod.mk>
35