Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
5cd4555ad444fd391002ae32450572054369fd42Rob Austein# CDDL HEADER START
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# The contents of this file are subject to the terms of the
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark Andrews# Common Development and Distribution License, Version 1.0 only
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# (the "License"). You may not use this file except in compliance
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# with the License.
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# See the License for the specific language governing permissions
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# and limitations under the License.
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# If applicable, add the following below this CDDL HEADER, with the
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
0f78f780648806bcb3e374b7dafac73e6c558ea8Mark Andrews# CDDL HEADER END
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews# Use is subject to license terms.
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews#ident "%Z%%M% %I% %E% SMI"
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews# This makefile drives the production of the kaio driver kernel module.
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews# sparc architecture dependent
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Define the module and object file sets.
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews# Include common rules.
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# Define targets
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Override defaults to build a unique, local modstubs.o.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# lint pass one enforcement
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Default build targets.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Include common targets.