xref: /freebsd/sys/modules/ispfw/isp_2400/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
177b1a4d6SMatt Jacob#-
277b1a4d6SMatt Jacob# Copyright (c) 2006 by Matthew Jacob
377b1a4d6SMatt Jacob# All rights reserved.
477b1a4d6SMatt Jacob#
577b1a4d6SMatt Jacob# Redistribution and use in source and binary forms, with or without
677b1a4d6SMatt Jacob# modification, are permitted provided that the following conditions
777b1a4d6SMatt Jacob# are met:
877b1a4d6SMatt Jacob# 1. Redistributions of source code must retain the above copyright
977b1a4d6SMatt Jacob#    notice immediately at the beginning of the file, without modification,
1077b1a4d6SMatt Jacob#    this list of conditions, and the following disclaimer.
1177b1a4d6SMatt Jacob# 2. The name of the author may not be used to endorse or promote products
1277b1a4d6SMatt Jacob#    derived from this software without specific prior written permission.
1377b1a4d6SMatt Jacob#
1477b1a4d6SMatt Jacob# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1577b1a4d6SMatt Jacob# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1677b1a4d6SMatt Jacob# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1777b1a4d6SMatt Jacob# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
1877b1a4d6SMatt Jacob# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1977b1a4d6SMatt Jacob# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2077b1a4d6SMatt Jacob# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2177b1a4d6SMatt Jacob# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2277b1a4d6SMatt Jacob# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2377b1a4d6SMatt Jacob# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2477b1a4d6SMatt Jacob# SUCH DAMAGE.
2577b1a4d6SMatt Jacob#
2677b1a4d6SMatt Jacob
27*193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/ispfw
2877b1a4d6SMatt Jacob
2977b1a4d6SMatt JacobKMOD=	isp_2400
3077b1a4d6SMatt JacobSRCS=	ispfw.c
3177b1a4d6SMatt Jacob
3277b1a4d6SMatt JacobCFLAGS += -DISP_2400 -DMODULE_NAME=\"${KMOD}\"
3377b1a4d6SMatt Jacob
3477b1a4d6SMatt Jacob.include <bsd.kmod.mk>
35