1127808Snectar#
2102644Snectar# $FreeBSD$
355682Smarkm#
4127808Snectar# Copyright (c) 2011 Hans Petter Selasky. All rights reserved.
578527Sassar#
655682Smarkm# Redistribution and use in source and binary forms, with or without
755682Smarkm# modification, are permitted provided that the following conditions
855682Smarkm# are met:
955682Smarkm# 1. Redistributions of source code must retain the above copyright
1055682Smarkm#    notice, this list of conditions and the following disclaimer.
1155682Smarkm# 2. Redistributions in binary form must reproduce the above copyright
1255682Smarkm#    notice, this list of conditions and the following disclaimer in the
1355682Smarkm#    documentation and/or other materials provided with the distribution.
1455682Smarkm#
1590926Snectar# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1690926Snectar# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1790926Snectar# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1890926Snectar# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19102644Snectar# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2090926Snectar# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21127808Snectar# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2255682Smarkm# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2355682Smarkm# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2455682Smarkm# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2555682Smarkm# SUCH DAMAGE.
2655682Smarkm#
2755682Smarkm
2855682SmarkmS=     ${.CURDIR}/../../..
2955682Smarkm
3055682Smarkm.PATH: $S/dev/usb/serial
31102644Snectar
3255682SmarkmKMOD=	umcs
33102644SnectarSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34102644Snectar	umcs.c
35127808Snectar
3690926Snectar.include <bsd.kmod.mk>
37127808Snectar