Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
22dd6d9af47163ee081d6c505d0a13dbf40ba87aChristian Maeder# CDDL HEADER START
b03274844ecd270f9e9331f51cc4236a33e2e671Christian Maeder# The contents of this file are subject to the terms of the
22dd6d9af47163ee081d6c505d0a13dbf40ba87aChristian Maeder# Common Development and Distribution License, Version 1.0 only
2eeec5240b424984e3ee26296da1eeab6c6d739eChristian Maeder# (the "License"). You may not use this file except in compliance
22dd6d9af47163ee081d6c505d0a13dbf40ba87aChristian Maeder# with the License.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski# or http://www.opensolaris.org/os/licensing.
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski# See the License for the specific language governing permissions
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski# and limitations under the License.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# When distributing Covered Code, include this CDDL HEADER in each
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# CDDL HEADER END
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# Copyright (c) 2001 by Sun Microsystems, Inc.
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# All rights reserved.
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder#ident "%Z%%M% %I% %E% SMI"
1bc5dccbf0083a620ae1181c717fea75e4af5e5cChristian Maeder# This makefile drives the production of the md_sp module
e9249d3ecd51a2b6a966a58669953e58d703adc6Till Mossakowski# architecture independent
1842453990fed8a1bd7a5ac792d7982c1d2bfcd5Christian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
a80f2865b6b40a922bcccfce0cb0d047edc33e3aChristian Maeder# Define the module and object file sets.
6108a4c3e891e85e6b36a658382d7e78ad4ce9e7Christian MaederLINTS = $(SOFTPART_OBJS:%.o=$(LINTS_DIR)/%.ln)
22dd6d9af47163ee081d6c505d0a13dbf40ba87aChristian Maeder# Include common rules.
95c27038582e8a2ce24923bee69ef15931b8b87bChristian Maeder# Define targets
95c27038582e8a2ce24923bee69ef15931b8b87bChristian Maeder# Default build targets.
12368e292c1abf7eaf975f20ee30ef7820ac5dd5Christian Maeder# Include common targets.