1227064Sbz#-
2227064Sbz# Copyright (c) 2010-2011 Qlogic Corporation
3227064Sbz# All rights reserved.
4227064Sbz#
5227064Sbz#  Redistribution and use in source and binary forms, with or without
6227064Sbz#  modification, are permitted provided that the following conditions
7227064Sbz#  are met:
8227064Sbz#  1. Redistributions of source code must retain the above copyright
9227064Sbz#     notice, this list of conditions and the following disclaimer.
10227064Sbz#  2. Redistributions in binary form must reproduce the above copyright
11227064Sbz#     notice, this list of conditions and the following disclaimer in the
12227064Sbz#     documentation and/or other materials provided with the distribution.
13227064Sbz#
14227064Sbz#  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
15227064Sbz#  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16227064Sbz#  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17227064Sbz#  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
18227064Sbz#  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19227064Sbz#  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20227064Sbz#  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21227064Sbz#  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22227064Sbz#  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23227064Sbz#  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24227064Sbz#  POSSIBILITY OF SUCH DAMAGE.
25227064Sbz#
26227064Sbz# File : Makefile
27227064Sbz# Author : David C Somayajulu, Qlogic Corporation, Aliso Viejo, CA 92656.
28227064Sbz#
29227064Sbz# $FreeBSD: releng/11.0/sys/modules/qlxgb/Makefile 273182 2014-10-16 20:13:16Z imp $
30227064Sbz#
31227064Sbz
32227064Sbz.PATH: ${.CURDIR}/../../dev/qlxgb
33227064Sbz
34227064SbzKMOD=	if_qlxgb
35227064SbzSRCS=	qla_os.c qla_dbg.c qla_hw.c qla_misc.c qla_isr.c qla_ioctl.c
36227064SbzSRCS+=	device_if.h bus_if.h pci_if.h
37227064Sbz
38227064Sbz.include <bsd.kmod.mk>
39