Makefile revision ff3124eff995e6cd8ebd8c6543648e0670920034
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# CDDL HEADER START
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# The contents of this file are subject to the terms of the
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# Common Development and Distribution License (the "License").
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# You may not use this file except in compliance with the License.
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# See the License for the specific language governing permissions
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# and limitations under the License.
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# When distributing Covered Code, include this CDDL HEADER in each
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# If applicable, add the following below this CDDL HEADER, with the
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# fields enclosed by brackets "[]" replaced with your own identifying
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# information: Portions Copyright [yyyy] [name of copyright owner]
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# CDDL HEADER END
4c91d6c6d1d6ebdbbead0feb5d56622622f0498dVenugopal Iyer# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# Use is subject to license terms.
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# ident "%Z%%M% %I% %E% SMI"
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# This makefile drives the production of the pcan driver kernel module.
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# intel implementation architecture dependent
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# Path to the base of the uts directory tree (usually /usr/src/uts).
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# Define the module and object file sets.
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# Include common rules.
51aa9d07dcd9c8ed955768d19058f8c15460fd7csb# Define targets
1107ea9346159bcc8ea154084897667347c4e6d5Sriharsha Basavapatna# Override defaults to build a unique, local modstubs.o.
06db247c678f0e3956535e8a6dec31d6c2108827raghuram# lint pass one enforcement
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# STREAMS API limitations force us to turn off these lint checks.
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Default build targets.
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Include common targets.