Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
9b2c0d29248ad5f86b47319239a06c783e1b5307Andreas Gustafsson# CDDL HEADER START
4072dfb9b865c82c24a72e734d54da51a20dfc1eMark Andrews# The contents of this file are subject to the terms of the
4072dfb9b865c82c24a72e734d54da51a20dfc1eMark Andrews# Common Development and Distribution License (the "License").
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson# You may not use this file except in compliance with the License.
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson# See the License for the specific language governing permissions
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson# and limitations under the License.
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson# CDDL HEADER END
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson# Use is subject to license terms.
6d6529b5e5ab7223fa2560ebe144bcb82517cef3Mark Andrews# This makefile drives the production of the rlmod streams kernel
0b07b9482c00060d1ddd551a5dcb8cecbe2c1f65Mark Andrews# sparc architecture dependent
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson# Path to the base of the uts directory tree (usually /usr/src/uts).
138cc7f283889367b11840ff77a9ea08e17a9daeAndreas Gustafsson# Define the module and object file sets.
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson# Include common rules.
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson# Define targets
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews# lint pass one enforcement
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews# For now, disable these lint checks; maintainers should endeavor
ea01b618d981e58f85071a40550bc7f7565d4509Andreas Gustafsson# to investigate and remove these for maximum lint coverage.
ea01b618d981e58f85071a40550bc7f7565d4509Andreas Gustafsson# Please do not carry these forward to new Makefiles.
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson# Default build targets.
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson# Include common targets.