Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# CDDL HEADER START
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# The contents of this file are subject to the terms of the
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# Common Development and Distribution License (the "License").
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# You may not use this file except in compliance with the License.
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# See the License for the specific language governing permissions
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# and limitations under the License.
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# When distributing Covered Code, include this CDDL HEADER in each
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# If applicable, add the following below this CDDL HEADER, with the
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# fields enclosed by brackets "[]" replaced with your own identifying
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# information: Portions Copyright [yyyy] [name of copyright owner]
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# CDDL HEADER END
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# Use is subject to license terms.
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# This makefile drives the production of the tmpfs file system
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# kernel module.
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# sparc architecture dependent
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# Path to the base of the uts directory tree (usually /usr/src/uts).
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# Define the module and object file sets.
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# Include common rules.
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# Define targets
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# For now, disable these lint checks; maintainers should endeavor
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# to investigate and remove these for maximum lint coverage.
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# Please do not carry these forward to new Makefiles.
0c3dec68348b997b5246df35a3602fb7ee9ac64aLuke Smith# Default build targets.
d1e85bce6008e5ee43a94c71cc8b8b54f2e0057eLuke Smith# Include common targets.