Makefile revision 261260
1104834Sobrien#
2104834Sobrien# $FreeBSD: head/sys/modules/usb/wsp/Makefile 261260 2014-01-29 10:42:01Z hselasky $
3104834Sobrien#
4104834Sobrien# Copyright (c) 2012 Huang Wen Hui. All rights reserved.
5104834Sobrien#
6104834Sobrien# Redistribution and use in source and binary forms, with or without
7104834Sobrien# modification, are permitted provided that the following conditions
8104834Sobrien# are met:
9104834Sobrien# 1. Redistributions of source code must retain the above copyright
10104834Sobrien#    notice, this list of conditions and the following disclaimer.
11104834Sobrien# 2. Redistributions in binary form must reproduce the above copyright
12104834Sobrien#    notice, this list of conditions and the following disclaimer in the
13104834Sobrien#    documentation and/or other materials provided with the distribution.
14104834Sobrien#
15104834Sobrien# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16104834Sobrien# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17104834Sobrien# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18218822Sdim# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19104834Sobrien# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20104834Sobrien# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21104834Sobrien# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22104834Sobrien# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23104834Sobrien# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24104834Sobrien# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25104834Sobrien# SUCH DAMAGE.
26104834Sobrien#
27104834Sobrien
28104834SobrienS=     ${.CURDIR}/../../..
29104834Sobrien
30104834Sobrien.PATH: $S/dev/usb/input
31104834Sobrien
32104834SobrienKMOD=	wsp
33104834SobrienSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
34104834Sobrien	wsp.c
35104834Sobrien
36104834Sobrien.include <bsd.kmod.mk>
37104834Sobrien