Makefile revision 256281
1189251Ssam#
2189251Ssam# $FreeBSD: stable/10/sys/modules/usb/uplcom/Makefile 188943 2009-02-23 18:32:59Z thompsa $
3189251Ssam#
4189251Ssam# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
5189251Ssam#
6189251Ssam# Redistribution and use in source and binary forms, with or without
7189251Ssam# modification, are permitted provided that the following conditions
8189251Ssam# are met:
9189251Ssam# 1. Redistributions of source code must retain the above copyright
10189251Ssam#    notice, this list of conditions and the following disclaimer.
11189251Ssam# 2. Redistributions in binary form must reproduce the above copyright
12189251Ssam#    notice, this list of conditions and the following disclaimer in the
13189251Ssam#    documentation and/or other materials provided with the distribution.
14189251Ssam#
15189251Ssam# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16189251Ssam# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17189251Ssam# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18189251Ssam# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19189251Ssam# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20189251Ssam# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21189251Ssam# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22189251Ssam# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23189251Ssam# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24189251Ssam# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25189251Ssam# SUCH DAMAGE.
26189251Ssam#
27189251Ssam
28189251SsamS=     ${.CURDIR}/../../..
29189251Ssam
30189251Ssam.PATH: $S/dev/usb/serial
31189251Ssam
32189251SsamKMOD=	uplcom
33189251SsamSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34189251Ssam	uplcom.c
35189251Ssam
36189251Ssam.include <bsd.kmod.mk>
37189251Ssam