1253544Shselasky#
2253544Shselasky# $FreeBSD: stable/11/sys/modules/usb/g_audio/Makefile 319182 2017-05-30 04:11:12Z ngie $
3253544Shselasky#
4253544Shselasky# Copyright (c) 2010 Hans Petter Selasky. All rights reserved.
5253544Shselasky#
6253544Shselasky# Redistribution and use in source and binary forms, with or without
7253544Shselasky# modification, are permitted provided that the following conditions
8253544Shselasky# are met:
9253544Shselasky# 1. Redistributions of source code must retain the above copyright
10253544Shselasky#    notice, this list of conditions and the following disclaimer.
11253544Shselasky# 2. Redistributions in binary form must reproduce the above copyright
12253544Shselasky#    notice, this list of conditions and the following disclaimer in the
13253544Shselasky#    documentation and/or other materials provided with the distribution.
14253544Shselasky#
15253544Shselasky# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16253544Shselasky# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17253544Shselasky# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18253544Shselasky# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19253544Shselasky# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20253544Shselasky# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21253544Shselasky# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22253544Shselasky# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23253544Shselasky# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24253544Shselasky# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25253544Shselasky# SUCH DAMAGE.
26253544Shselasky#
27253544Shselasky
28319182Sngie.PATH: ${SRCTOP}/sys/dev/usb/gadget
29253544Shselasky
30253544ShselaskyKMOD=	g_audio
31253544Shselasky
32253544ShselaskySRCS=	bus_if.h usb_if.h device_if.h vnode_if.h \
33253544Shselasky    card_if.h opt_usb.h pci_if.h g_audio.c
34253544Shselasky
35253544Shselasky.include <bsd.kmod.mk>
36