Makefile revision 681d9761e8516a7dc5ab6589e2dfe717777e1123
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# CDDL HEADER START
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# The contents of this file are subject to the terms of the
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Common Development and Distribution License (the "License").
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# You may not use this file except in compliance with the License.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# See the License for the specific language governing permissions
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# and limitations under the License.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# When distributing Covered Code, include this CDDL HEADER in each
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# If applicable, add the following below this CDDL HEADER, with the
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# fields enclosed by brackets "[]" replaced with your own identifying
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# information: Portions Copyright [yyyy] [name of copyright owner]
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# CDDL HEADER END
681d9761e8516a7dc5ab6589e2dfe717777e1123Eric Taylor# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Use is subject to license terms.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# This makefile drives the production of the /dev file system
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# kernel module.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# sparc implementation architecture dependent
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Path to the base of the uts directory tree (usually /usr/src/uts).
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Define the module and object file sets.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Include common rules.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Define targets
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Overrides.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# $(MODSTUBS_O) := AS_CPPFLAGS += -DDEVFS_MODULE
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# CLEANFILES += $(MODSTUBS_O)
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Default build targets.
facf4a8d7b59fde89a8662b4f4c73a758e6c402cllai# Include common targets.