1188943Sthompsa#
2188943Sthompsa# $FreeBSD$
3188943Sthompsa#
4188943Sthompsa# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
5188943Sthompsa#
6188943Sthompsa# Redistribution and use in source and binary forms, with or without
7188943Sthompsa# modification, are permitted provided that the following conditions
8188943Sthompsa# are met:
9188943Sthompsa# 1. Redistributions of source code must retain the above copyright
10188943Sthompsa#    notice, this list of conditions and the following disclaimer.
11188943Sthompsa# 2. Redistributions in binary form must reproduce the above copyright
12188943Sthompsa#    notice, this list of conditions and the following disclaimer in the
13188943Sthompsa#    documentation and/or other materials provided with the distribution.
14188943Sthompsa#
15188943Sthompsa# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16188943Sthompsa# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17188943Sthompsa# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18188943Sthompsa# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19188943Sthompsa# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20188943Sthompsa# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21188943Sthompsa# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22188943Sthompsa# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23188943Sthompsa# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24188943Sthompsa# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25188943Sthompsa# SUCH DAMAGE.
26188943Sthompsa#
27188943Sthompsa
28188943SthompsaS=     ${.CURDIR}/../../..
29188943Sthompsa
30188943Sthompsa.PATH: $S/dev/usb/quirk
31188943Sthompsa
32188943SthompsaKMOD=	usb_quirk
33188943SthompsaSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34188943Sthompsa	usb_quirk.c
35188943Sthompsa
36188943Sthompsa.include <bsd.kmod.mk>
37