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