Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
205c10066a0acfeac52d1a135671f41d207b8557Automatic Updater# CDDL HEADER START
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic Updater# The contents of this file are subject to the terms of the
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updater# Common Development and Distribution License (the "License").
46da3117812814a29432a8d9a9ccf8acdbfdadceAutomatic Updater# You may not use this file except in compliance with the License.
cd0aa2d941d1438fabb5337f1f38c49478edf71dAutomatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ea854b585041ad19f70f7af15e08144ef2c2bd1bMark Andrews# See the License for the specific language governing permissions
78cb74fab4665da2e2641ba909c6f59f74cc4193Automatic Updater# and limitations under the License.
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updater# When distributing Covered Code, include this CDDL HEADER in each
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# information: Portions Copyright [yyyy] [name of copyright owner]
bc0a53583d92309bebcf93c408e2f3247ebd3d3cAutomatic Updater# CDDL HEADER END
58be84825d7f5de30e50eb7206b37227ecd8055bAutomatic Updater# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3cc98b8ecedcbc8465f1cf2740b966b315662430Automatic Updater# Use is subject to license terms.
96713299d08c0735c18ebe8772dd2cc1ecd4356aAutomatic Updater# This makefile drives the production of the idmap (Identity mapping between
831f79c4310a7d38fc3475ccfff531b2b2535641Automatic Updater# Solaris and Windows) kernel module.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# Intel implementation architecture dependent
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# Path to the base of the uts directory tree (usually /usr/src/uts).
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# Define the module and object file sets.
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt# Include common rules.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# Module dependencies
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterLDFLAGS += -dy -N"sys/doorfs" -N"strmod/rpcmod"
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic Updater# Lint warnings turned off
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# Function variables unused for rpcgen-generated code
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# Constant conditions for do { } while (0) macros
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark AndrewsLINTTAGS += -erroff=E_FUNC_VAR_UNUSED -erroff=E_CONSTANT_CONDITION
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Define targets
80faf1588895fd26490f82f95a7a1b771df1c324Automatic Updater# Default build targets.
b1265b5a06df36d490d4bdf54284fb133a1f5a84Automatic Updater# Include common targets.