Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
015055b6e23f5c08f6a5b34726f90b62597e9e45Tinderbox User# CDDL HEADER START
c78c39caab4cf8b5daefc9c65878f7f5ed3eb7a0Tinderbox User# The contents of this file are subject to the terms of the
f536382c59dd492a14667b753816d920f9981f1cTinderbox User# Common Development and Distribution License (the "License").
ab496cc3df1648e9ad992a87c35c2c0870fdc69dTinderbox User# You may not use this file except in compliance with the License.
c57668a2fbbe558c1bd21652813616f2f517c469Tinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1f4c645185bd8fc70048e0a69eee46193a284e5cTinderbox User# See the License for the specific language governing permissions
dedefc0bdbb4e6e39eeb98aa2fc6883efec2ddb0Mark Andrews# and limitations under the License.
950d203b64f512b85fcc093ee1e9e3e531a1aea3Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dedefc0bdbb4e6e39eeb98aa2fc6883efec2ddb0Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
a7c412f37cc73d0332887a746e81220cbf09dd00Mark Andrews# CDDL HEADER END
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews# Use is subject to license terms.
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User# Path to the base of the uts directory tree (usually /usr/src/uts).
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews# Define the module and object file sets.
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox UserLINTS = $(CPU_GCPU_OBJS:%.o=$(LINTS_DIR)/%.ln)
015055b6e23f5c08f6a5b34726f90b62597e9e45Tinderbox User# Include common rules.
dc238a06bffa79de141ee7655765e2df91498a8aTinderbox User# Our lint library has a different name from that of the module we build.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# Define targets
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# Default build targets.
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt# Include common targets.