Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# CDDL HEADER START
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# The contents of this file are subject to the terms of the
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# Common Development and Distribution License (the "License").
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# You may not use this file except in compliance with the License.
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# See the License for the specific language governing permissions
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# and limitations under the License.
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# When distributing Covered Code, include this CDDL HEADER in each
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# If applicable, add the following below this CDDL HEADER, with the
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# CDDL HEADER END
05b42f00b813c3dc70cbb80d62089f9cc0f6f549ludovicp# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
a760bafd02f7e5f75e89e47cd29d7c4dae5e1bb4JnRouvignac# Use is subject to license terms.
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# This makefile drives the production of the pcieb driver kernel
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# Path to the base of the uts directory tree (usually /usr/src/uts).
d1da51a3ced79e0dba9bf146328497b5f01900eedavidely# Define the module and object file sets.
d1da51a3ced79e0dba9bf146328497b5f01900eedavidely# Include common rules.
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# Define targets
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilsonINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# Override defaults to build a unique, local modstubs.o.
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# For now, disable these lint checks; maintainers should endeavor
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# to investigate and remove these for maximum lint coverage.
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# Please do not carry these forward to new Makefiles.
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# Default build targets.
e2352db892d8a23e3b66ff63c3797975bb0e2568neil_a_wilson# Include common targets.