Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# CDDL HEADER START
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# The contents of this file are subject to the terms of the
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# Common Development and Distribution License (the "License").
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# You may not use this file except in compliance with the License.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# See the License for the specific language governing permissions
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# and limitations under the License.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# When distributing Covered Code, include this CDDL HEADER in each
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# If applicable, add the following below this CDDL HEADER, with the
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# fields enclosed by brackets "[]" replaced with your own identifying
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# CDDL HEADER END
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# This makefile drives the production of the zut file system
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# kernel module.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# Path to the base of the uts directory tree (usually /usr/src/uts).
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# Define the module and object file sets.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# Include common rules.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# Define targets
6031e9c7eb72435516a6828deb2e97533ed0382dludovicpINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# Overrides and depends_on
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# For now, disable these lint checks; maintainers should endeavor
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# to investigate and remove these for maximum lint coverage.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# Please do not carry these forward to new Makefiles.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# Default build targets.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp# Include common targets.