Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# CDDL HEADER START
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# You may not use this file except in compliance with the License.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# See the License for the specific language governing permissions
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# and limitations under the License.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# If applicable, add the following below this CDDL HEADER, with the
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# CDDL HEADER END
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Use is subject to license terms.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# This makefile drives the production of the qlt driver for
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Path to the base of the uts directory tree (usually /usr/src/uts).
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Define the module and object file sets.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox UserCONF_SRCDIR = $(UTSBASE)/common/io/comstar/port/qlt
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Include common rules.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Define targets
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox UserINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Overrides and depends_on
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox UserINC_PATH += -I$(UTSBASE)/common/io/comstar/port/qlt
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# For now, disable these lint checks; maintainers should endeavor
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# to investigate and remove these for maximum lint coverage.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Default build targets.
dec590a3deb8e87380a8bd3a77d535dba3729bf6Tinderbox User# Include common targets.