1160814Ssimon#
2160814Ssimon# $FreeBSD$
3160814Ssimon#
4160814Ssimon# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
5160814Ssimon#
6160814Ssimon# Redistribution and use in source and binary forms, with or without
7160814Ssimon# modification, are permitted provided that the following conditions
8160814Ssimon# are met:
9160814Ssimon# 1. Redistributions of source code must retain the above copyright
10160814Ssimon#    notice, this list of conditions and the following disclaimer.
11160814Ssimon# 2. Redistributions in binary form must reproduce the above copyright
12160814Ssimon#    notice, this list of conditions and the following disclaimer in the
13160814Ssimon#    documentation and/or other materials provided with the distribution.
14160814Ssimon#
15160814Ssimon# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16160814Ssimon# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17160814Ssimon# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18160814Ssimon# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19160814Ssimon# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20160814Ssimon# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21160814Ssimon# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22160814Ssimon# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23160814Ssimon# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24160814Ssimon# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25160814Ssimon# SUCH DAMAGE.
26160814Ssimon#
27160814Ssimon
28160814SsimonS=     ${.CURDIR}/../../..
29160814Ssimon
30160814Ssimon.PATH: $S/dev/usb/serial
31160814Ssimon
32160814SsimonKMOD=	u3g
33160814SsimonSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34160814Ssimon	u3g.c
35160814Ssimon
36160814Ssimon.include <bsd.kmod.mk>
37238405Sjkim