Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# CDDL HEADER START
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# The contents of this file are subject to the terms of the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Common Development and Distribution License (the "License").
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# You may not use this file except in compliance with the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# See the License for the specific language governing permissions
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# and limitations under the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# When distributing Covered Code, include this CDDL HEADER in each
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# If applicable, add the following below this CDDL HEADER, with the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# fields enclosed by brackets "[]" replaced with your own identifying
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# information: Portions Copyright [yyyy] [name of copyright owner]
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# CDDL HEADER END
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#ident "%Z%%M% %I% %E% SMI"
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Use is subject to license terms.
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# This makefile drives the production of the eri driver
8d7e41661dc4633488e93b13363137523ce59977jose borrego# kernel module.
9fb67ea305c66b6a297583b9b0db6796b0dfe497afshin salek ardakani - Sun Microsystems - Irvine United States# Path to the base of the uts directory tree (usually /usr/src/uts).
8d7e41661dc4633488e93b13363137523ce59977jose borrego# Define the module and object file sets.
9fb67ea305c66b6a297583b9b0db6796b0dfe497afshin salek ardakani - Sun Microsystems - Irvine United States
8d7e41661dc4633488e93b13363137523ce59977jose borrego# Include common rules.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Define targets
a0aa776e20803c84edd153d9cb584fd67163aef3Alan Wright# For now, disable these lint checks; maintainers should endeavor
8d7e41661dc4633488e93b13363137523ce59977jose borrego# to investigate and remove these for maximum lint coverage.
12b65585e720714b31036daaa2b30eb76014048eGordon Ross# Please do not carry these forward to new Makefiles.
8d7e41661dc4633488e93b13363137523ce59977jose borrego# Default build targets.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Include common targets.