Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames# CDDL HEADER START
5ad238c42b1e159ee8f164515e0c4ee6c727c2fdtrawick# The contents of this file are subject to the terms of the
5ad238c42b1e159ee8f164515e0c4ee6c727c2fdtrawick# Common Development and Distribution License (the "License").
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb# You may not use this file except in compliance with the License.
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb# See the License for the specific language governing permissions
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb# and limitations under the License.
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb# When distributing Covered Code, include this CDDL HEADER in each
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb# If applicable, add the following below this CDDL HEADER, with the
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb# fields enclosed by brackets "[]" replaced with your own identifying
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb# information: Portions Copyright [yyyy] [name of copyright owner]
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb# CDDL HEADER END
fa449f5bc87c5d87c4c60e778c9c882e7254de7ejwoolley# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
fa449f5bc87c5d87c4c60e778c9c882e7254de7ejwoolley# Use is subject to license terms.
1c0b7c3bdace07946457fa7ba04b7f97b6599792rbb# This makefile drives the production of the zfs file system
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley# kernel module.
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley# Path to the base of the uts directory tree (usually /usr/src/uts).
17bc0e8f2e3816e25bc8fd3fadf39357340aebd0jerenkrantz# Define the module and object file sets.
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick# Include common rules.
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames# Define targets
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregamesINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK) $(ROOT_CONFFILE)
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames# Overrides and depends_on
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregamesLDFLAGS += -dy -Nfs/specfs -Ncrypto/swrand -Nmisc/idmap -Nmisc/sha2
8458877c9ba0af86acd590eea531476adde3d02dmartin# For now, disable these lint checks; maintainers should endeavor
644be6f54749d2d9950d2c4d2ac448f7af016d26martin# to investigate and remove these for maximum lint coverage.
644be6f54749d2d9950d2c4d2ac448f7af016d26martin# Please do not carry these forward to new Makefiles.
0e58e92812f2f679d6bf2ff66cbcfa6c1d1e14bbjerenkrantz# Default build targets.
617f972690d850a52cd4e9ef2f32d356e0fae715aaron# Include common targets.