1265908Shselasky#
2265908Shselasky# $FreeBSD: releng/11.0/sys/modules/usb/saf1761otg/Makefile 266832 2014-05-29 10:46:09Z hselasky $
3265908Shselasky#
4265908Shselasky# Copyright (c) 2014 Hans Petter Selasky. All rights reserved.
5265908Shselasky#
6265908Shselasky# This software was developed by SRI International and the University of
7265908Shselasky# Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
8265908Shselasky# ("CTSRD"), as part of the DARPA CRASH research programme.
9265908Shselasky#
10265908Shselasky# Redistribution and use in source and binary forms, with or without
11265908Shselasky# modification, are permitted provided that the following conditions
12265908Shselasky# are met:
13265908Shselasky# 1. Redistributions of source code must retain the above copyright
14265908Shselasky#    notice, this list of conditions and the following disclaimer.
15265908Shselasky# 2. Redistributions in binary form must reproduce the above copyright
16265908Shselasky#    notice, this list of conditions and the following disclaimer in the
17265908Shselasky#    documentation and/or other materials provided with the distribution.
18265908Shselasky#
19265908Shselasky# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
20265908Shselasky# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21265908Shselasky# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22265908Shselasky# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23265908Shselasky# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24265908Shselasky# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25265908Shselasky# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26265908Shselasky# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27265908Shselasky# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28265908Shselasky# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29265908Shselasky# SUCH DAMAGE.
30265908Shselasky#
31265908Shselasky
32265908ShselaskyS=	${.CURDIR}/../../..
33265908Shselasky
34265908Shselasky.PATH: $S/dev/usb/controller
35265908Shselasky
36266832ShselaskyKMOD=	saf1761otg
37265908ShselaskySRCS=	bus_if.h device_if.h usb_if.h \
38265908Shselasky	opt_bus.h opt_usb.h ofw_bus_if.h \
39266244Shselasky	saf1761_otg.c saf1761_otg_fdt.c \
40265908Shselasky	pci_if.h
41265908Shselasky
42265908Shselasky.include <bsd.kmod.mk>
43