Makefile revision 319182
138032Speter#
290792Sgshapiro# $FreeBSD: stable/11/sys/modules/usb/usie/Makefile 319182 2017-05-30 04:11:12Z ngie $
364562Sgshapiro#
438032Speter# Copyright (c) 2011 Hans Petter Selasky. All rights reserved.
538032Speter#
638032Speter# Redistribution and use in source and binary forms, with or without
738032Speter# modification, are permitted provided that the following conditions
838032Speter# are met:
938032Speter# 1. Redistributions of source code must retain the above copyright
1038032Speter#    notice, this list of conditions and the following disclaimer.
1138032Speter# 2. Redistributions in binary form must reproduce the above copyright
1238032Speter#    notice, this list of conditions and the following disclaimer in the
1338032Speter#    documentation and/or other materials provided with the distribution.
1464562Sgshapiro#
1590792Sgshapiro# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1638032Speter# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1798121Sgshapiro# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1864562Sgshapiro# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1938032Speter# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2038032Speter# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2164562Sgshapiro# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2238032Speter# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2394334Sgshapiro# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2494334Sgshapiro# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2594334Sgshapiro# SUCH DAMAGE.
2694334Sgshapiro#
2790792Sgshapiro
2864562Sgshapiro.PATH: ${SRCTOP}/sys/dev/usb/net
2990792Sgshapiro
3064562SgshapiroKMOD = usie
3190792SgshapiroSRCS = if_usie.c
3264562SgshapiroSRCS += opt_bus.h opt_usb.h device_if.h bus_if.h \
3364562Sgshapiro	usb_if.h usbdevs.h opt_inet.h
3464562Sgshapiro
3564562Sgshapiro.include <bsd.kmod.mk>
3664562Sgshapiro