xref: /freebsd/sys/modules/usb/run/Makefile (revision 193d9e768ba63fcfb187cfd17f461f7d41345048)
1069f1a80SAndrew Thompson#
2069f1a80SAndrew Thompson# $FreeBSD$
3069f1a80SAndrew Thompson#
4069f1a80SAndrew Thompson# Copyright (c) 2010 Hans Petter Selasky. All rights reserved.
5069f1a80SAndrew Thompson#
6069f1a80SAndrew Thompson# Redistribution and use in source and binary forms, with or without
7069f1a80SAndrew Thompson# modification, are permitted provided that the following conditions
8069f1a80SAndrew Thompson# are met:
9069f1a80SAndrew Thompson# 1. Redistributions of source code must retain the above copyright
10069f1a80SAndrew Thompson#    notice, this list of conditions and the following disclaimer.
11069f1a80SAndrew Thompson# 2. Redistributions in binary form must reproduce the above copyright
12069f1a80SAndrew Thompson#    notice, this list of conditions and the following disclaimer in the
13069f1a80SAndrew Thompson#    documentation and/or other materials provided with the distribution.
14069f1a80SAndrew Thompson#
15069f1a80SAndrew Thompson# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16069f1a80SAndrew Thompson# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17069f1a80SAndrew Thompson# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18069f1a80SAndrew Thompson# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19069f1a80SAndrew Thompson# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20069f1a80SAndrew Thompson# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21069f1a80SAndrew Thompson# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22069f1a80SAndrew Thompson# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23069f1a80SAndrew Thompson# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24069f1a80SAndrew Thompson# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25069f1a80SAndrew Thompson# SUCH DAMAGE.
26069f1a80SAndrew Thompson#
27069f1a80SAndrew Thompson
28*193d9e76SEnji CooperS=	${SRCTOP}/sys
29069f1a80SAndrew Thompson
30069f1a80SAndrew Thompson.PATH:	$S/dev/usb/wlan
31069f1a80SAndrew Thompson
32069f1a80SAndrew ThompsonKMOD=	if_run
33069f1a80SAndrew ThompsonSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34069f1a80SAndrew Thompson	if_run.c
35069f1a80SAndrew Thompson
36069f1a80SAndrew Thompson.include <bsd.kmod.mk>
37