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