1228483Shselasky#
2228483Shselasky# $FreeBSD$
3228483Shselasky#
4228483Shselasky# Copyright (c) 2011 Hans Petter Selasky. All rights reserved.
5228483Shselasky#
6228483Shselasky# Redistribution and use in source and binary forms, with or without
7228483Shselasky# modification, are permitted provided that the following conditions
8228483Shselasky# are met:
9228483Shselasky# 1. Redistributions of source code must retain the above copyright
10228483Shselasky#    notice, this list of conditions and the following disclaimer.
11228483Shselasky# 2. Redistributions in binary form must reproduce the above copyright
12228483Shselasky#    notice, this list of conditions and the following disclaimer in the
13228483Shselasky#    documentation and/or other materials provided with the distribution.
14228483Shselasky#
15228483Shselasky# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16228483Shselasky# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17228483Shselasky# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18228483Shselasky# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19228483Shselasky# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20228483Shselasky# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21228483Shselasky# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22228483Shselasky# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23228483Shselasky# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24228483Shselasky# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25228483Shselasky# SUCH DAMAGE.
26228483Shselasky#
27228483Shselasky
28228483ShselaskyS=	${.CURDIR}/../../..
29228483Shselasky
30228483Shselasky.PATH: $S/dev/usb/controller
31228483Shselasky
32228483ShselaskyKMOD=	avr32dci
33228483ShselaskySRCS=	bus_if.h device_if.h usb_if.h \
34228483Shselasky	opt_bus.h opt_usb.h \
35228483Shselasky	avr32dci.c \
36228483Shselasky	pci_if.h
37228483Shselasky
38228483Shselasky.include <bsd.kmod.mk>
39