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