Makefile revision 89b43686db1fe9681d80a7cf5662730cb9378cae
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# CDDL HEADER START
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim# The contents of this file are subject to the terms of the
a503caacf7ab36d5bc42cb7c78256e1221642656jim# Common Development and Distribution License (the "License").
a503caacf7ab36d5bc42cb7c78256e1221642656jim# You may not use this file except in compliance with the License.
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin# See the License for the specific language governing permissions
59d316b83d42d2a07e25c20d8c35a07b369618bdsf# and limitations under the License.
59d316b83d42d2a07e25c20d8c35a07b369618bdsf# When distributing Covered Code, include this CDDL HEADER in each
59d316b83d42d2a07e25c20d8c35a07b369618bdsf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf# If applicable, add the following below this CDDL HEADER, with the
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf# fields enclosed by brackets "[]" replaced with your own identifying
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf# information: Portions Copyright [yyyy] [name of copyright owner]
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf# CDDL HEADER END
3e2582713ed6883683272fbc628a27419d0ed543minfrin# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin# Use is subject to license terms.
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
a46801e6532423aa7bd184471eb49158d7c9ae62sf# This makefile drives the production of the SLVM's md driver module.
a46801e6532423aa7bd184471eb49158d7c9ae62sf# sparc implementation architecture dependent
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin# Path to the base of the uts directory tree (usually /usr/src/uts).
7d59a9f282af9dce031b61062a0d941641101237rpluem# Define the module and object file sets.
93cf7fc650197b941ae31a7c7e51e901b129e954igalic# Include common rules.
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung# Define targets
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jortonINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton# Overrides.
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf# Define dependency on rpcmod
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim# For now, disable these lint checks; maintainers should endeavor
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim# to investigate and remove these for maximum lint coverage.
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim# Please do not carry these forward to new Makefiles.
135e1d6a301398168e3b2e5125508828591e1673niq# Default build targets.
c094add0a23fe1120fd33711ba2e2d084f5629a1sf# Include common targets.