xref: /freebsd/sys/modules/qlxgb/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
10bc7cf6fSBjoern A. Zeeb#-
20bc7cf6fSBjoern A. Zeeb# Copyright (c) 2010-2011 Qlogic Corporation
30bc7cf6fSBjoern A. Zeeb# All rights reserved.
40bc7cf6fSBjoern A. Zeeb#
50bc7cf6fSBjoern A. Zeeb#  Redistribution and use in source and binary forms, with or without
60bc7cf6fSBjoern A. Zeeb#  modification, are permitted provided that the following conditions
70bc7cf6fSBjoern A. Zeeb#  are met:
80bc7cf6fSBjoern A. Zeeb#  1. Redistributions of source code must retain the above copyright
90bc7cf6fSBjoern A. Zeeb#     notice, this list of conditions and the following disclaimer.
100bc7cf6fSBjoern A. Zeeb#  2. Redistributions in binary form must reproduce the above copyright
110bc7cf6fSBjoern A. Zeeb#     notice, this list of conditions and the following disclaimer in the
120bc7cf6fSBjoern A. Zeeb#     documentation and/or other materials provided with the distribution.
130bc7cf6fSBjoern A. Zeeb#
140bc7cf6fSBjoern A. Zeeb#  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
150bc7cf6fSBjoern A. Zeeb#  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
160bc7cf6fSBjoern A. Zeeb#  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
170bc7cf6fSBjoern A. Zeeb#  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
180bc7cf6fSBjoern A. Zeeb#  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
190bc7cf6fSBjoern A. Zeeb#  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
200bc7cf6fSBjoern A. Zeeb#  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
210bc7cf6fSBjoern A. Zeeb#  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
220bc7cf6fSBjoern A. Zeeb#  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
230bc7cf6fSBjoern A. Zeeb#  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
240bc7cf6fSBjoern A. Zeeb#  POSSIBILITY OF SUCH DAMAGE.
250bc7cf6fSBjoern A. Zeeb#
260bc7cf6fSBjoern A. Zeeb# File : Makefile
270bc7cf6fSBjoern A. Zeeb# Author : David C Somayajulu, Qlogic Corporation, Aliso Viejo, CA 92656.
280bc7cf6fSBjoern A. Zeeb#
290bc7cf6fSBjoern A. Zeeb#
300bc7cf6fSBjoern A. Zeeb
31193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/qlxgb
320bc7cf6fSBjoern A. Zeeb
330bc7cf6fSBjoern A. ZeebKMOD=	if_qlxgb
340bc7cf6fSBjoern A. ZeebSRCS=	qla_os.c qla_dbg.c qla_hw.c qla_misc.c qla_isr.c qla_ioctl.c
35*966e2790SEugene GrosbeinSRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h
360bc7cf6fSBjoern A. Zeeb
370bc7cf6fSBjoern A. Zeeb.include <bsd.kmod.mk>
38