Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# CDDL HEADER START
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# The contents of this file are subject to the terms of the
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# Common Development and Distribution License (the "License").
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# You may not use this file except in compliance with the License.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# See the License for the specific language governing permissions
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# and limitations under the License.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# When distributing Covered Code, include this CDDL HEADER in each
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dc9d4f49d36e64c0157d930cb22ca82a6291c0cbdgaudet# If applicable, add the following below this CDDL HEADER, with the
dc9d4f49d36e64c0157d930cb22ca82a6291c0cbdgaudet# fields enclosed by brackets "[]" replaced with your own identifying
ab5581cc78e9d865b0a6ab1404c53347b3276968rbb# information: Portions Copyright [yyyy] [name of copyright owner]
024cd9589e52cf11ce765dfddb5b5f0c6e421a48gstein# CDDL HEADER END
2d71630471d1c23f0137309e3c3957c633ecbfd6rbb# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
dc9d4f49d36e64c0157d930cb22ca82a6291c0cbdgaudet# Use is subject to license terms.
89211a3153be8b03353c3bfbca45fed67cb80f0bpquerna#ident "%Z%%M% %I% %E% SMI"
dc9d4f49d36e64c0157d930cb22ca82a6291c0cbdgaudet# This makefile drives the production of the mm driver
b501b72e4bfed12a431278217ba66ae531d9a293rbb# intel implementation architecture dependent
dc9d4f49d36e64c0157d930cb22ca82a6291c0cbdgaudet# Path to the base of the uts directory tree (usually /usr/src/uts).
dc9d4f49d36e64c0157d930cb22ca82a6291c0cbdgaudet# Define the module and object file sets.
95d00ea81131488769296fa5765ed745cbf45207trawick# Include common rules.
ebf4099fd4921bbbcef21dc872b9cd4fc73e9f55trawick# Define targets
ebf4099fd4921bbbcef21dc872b9cd4fc73e9f55trawickINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
85e4da1cf0dee899551b583b1f06314b2835100awrowe# For now, disable these lint checks; maintainers should endeavor
2261031aa94be82d7e6b1b8c367afc1b282317f5ianh# to investigate and remove these for maximum lint coverage.
9179fa90e821c964d10f28b97fc6acee776af7cfwrowe# Please do not carry these forward to new Makefiles.
cf24c48249f38c34c04617f5b78b240f1cee380ajerenkrantz# Default build targets.
dc9d4f49d36e64c0157d930cb22ca82a6291c0cbdgaudet# Include common targets.