Makefile revision 188943
1245655Sandrew#
2245655Sandrew# $FreeBSD: head/sys/modules/usb/kue/Makefile 188943 2009-02-23 18:32:59Z thompsa $
3245655Sandrew#
4245655Sandrew# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
5245655Sandrew#
6245655Sandrew# Redistribution and use in source and binary forms, with or without
7245655Sandrew# modification, are permitted provided that the following conditions
8245655Sandrew# are met:
9245655Sandrew# 1. Redistributions of source code must retain the above copyright
10245655Sandrew#    notice, this list of conditions and the following disclaimer.
11245655Sandrew# 2. Redistributions in binary form must reproduce the above copyright
12245655Sandrew#    notice, this list of conditions and the following disclaimer in the
13245655Sandrew#    documentation and/or other materials provided with the distribution.
14245655Sandrew#
15245655Sandrew# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16245655Sandrew# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17245655Sandrew# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18245655Sandrew# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19245655Sandrew# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20245655Sandrew# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21245655Sandrew# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22245655Sandrew# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23245655Sandrew# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24245655Sandrew# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25245655Sandrew# SUCH DAMAGE.
26245655Sandrew#
27245655Sandrew
28245655SandrewS=     ${.CURDIR}/../../..
29245655Sandrew
30245655Sandrew.PATH: $S/dev/usb/net
31245655Sandrew
32245655SandrewKMOD=	if_kue
33245655SandrewSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34245655Sandrew	miibus_if.h opt_inet.h \
35245655Sandrew	if_kue.c
36245655Sandrew
37245655Sandrew.include <bsd.kmod.mk>
38245655Sandrew