Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# CDDL HEADER START
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# The contents of this file are subject to the terms of the
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# Common Development and Distribution License (the "License").
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# and limitations under the License.
d8c71aacc9f1c8cd40a8ad8dcdad9be8854b849fChristian Maeder# When distributing Covered Code, include this CDDL HEADER in each
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
c90087f49069855bf684b699f9ca1e2d65eac20bChristian Maeder# CDDL HEADER END
83394c6b6e6de128e71b67c9251ed7a84485d082Christian Maeder# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
83394c6b6e6de128e71b67c9251ed7a84485d082Christian Maeder# Use is subject to license terms.
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# This makefile drives the production of the nsctl kernel module
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# intel implementation architecture dependent
2e2094a642e3775b0d76b890556407941d3a53b6Christian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich# Define the module and object file sets.
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian MaederCONF_SRCDIR = $(UTSBASE)/common/avs/ns/nsctl
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder# Include common rules.
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Define targets
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian MaederINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# lint pass one enforcement
f13d1e86e58da53680e78043e8df182eed867efbChristian MaederLDFLAGS += -dy -N"drv/nskern" -N"drv/ncall" -N"misc/spuni"
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Include common targets.