Makefile revision d2ec54f7875f7e05edd56195adbeb593c947763f
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# CDDL HEADER START
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# The contents of this file are subject to the terms of the
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Common Development and Distribution License (the "License").
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# You may not use this file except in compliance with the License.
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# or http://www.opensolaris.org/os/licensing.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# See the License for the specific language governing permissions
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# and limitations under the License.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# When distributing Covered Code, include this CDDL HEADER in each
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# If applicable, add the following below this CDDL HEADER, with the
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# CDDL HEADER END
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Use is subject to license terms.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# ident "%Z%%M% %I% %E% SMI"
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# This makefile drives the production of the acpi_drv
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# driver kernel module.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# i86pc architecture dependent
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Path to the base of the uts directory tree (usually /usr/src/uts).
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Define the module and object file sets.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserLINTS = $(ACPI_DRV_OBJS:%.o=$(LINTS_DIR)/%.ln)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Include common rules.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Define targets
9d557856c2a19ec95ee73245f60a92f8675cf5baTinderbox UserINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater$(NOT_RELEASE_BUILD)DEBUG_DEFS += $(DEBUG_FLGS)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# For now, disable these lint checks; maintainers should endeavor
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# to investigate and remove these for maximum lint coverage.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Please do not carry these forward to new Makefiles.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Default build targets.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Include common targets.