1239275Sgonzo#
2239275Sgonzo# $FreeBSD: releng/11.0/sys/modules/usb/smsc/Makefile 246585 2013-02-09 06:31:22Z delphij $
3239275Sgonzo#
4239275Sgonzo# Copyright (c) 2011 Ben Gray. All rights reserved.
5239275Sgonzo#
6239275Sgonzo# Redistribution and use in source and binary forms, with or without
7239275Sgonzo# modification, are permitted provided that the following conditions
8239275Sgonzo# are met:
9239275Sgonzo# 1. Redistributions of source code must retain the above copyright
10239275Sgonzo#    notice, this list of conditions and the following disclaimer.
11239275Sgonzo# 2. Redistributions in binary form must reproduce the above copyright
12239275Sgonzo#    notice, this list of conditions and the following disclaimer in the
13239275Sgonzo#    documentation and/or other materials provided with the distribution.
14239275Sgonzo#
15239275Sgonzo# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16239275Sgonzo# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17239275Sgonzo# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18239275Sgonzo# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19239275Sgonzo# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20239275Sgonzo# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21239275Sgonzo# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22239275Sgonzo# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23239275Sgonzo# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24239275Sgonzo# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25239275Sgonzo# SUCH DAMAGE.
26239275Sgonzo#
27239275Sgonzo
28239275SgonzoS=     ${.CURDIR}/../../..
29239275Sgonzo
30239275Sgonzo.PATH: $S/dev/usb/net
31239275Sgonzo
32239275SgonzoKMOD=	if_smsc
33239275SgonzoSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34246195Shselasky	miibus_if.h opt_inet.h opt_platform.h \
35239275Sgonzo	if_smsc.c
36246585SdelphijSRCS+=	ofw_bus_if.h
37239275Sgonzo
38239275Sgonzo.include <bsd.kmod.mk>
39