Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# CDDL HEADER START
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# The contents of this file are subject to the terms of the
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Common Development and Distribution License (the "License").
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# You may not use this file except in compliance with the License.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# See the License for the specific language governing permissions
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# and limitations under the License.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# When distributing Covered Code, include this CDDL HEADER in each
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2f4c1bacd54af5063c3185cc8eab03e4e8ef9b90vboxsync# If applicable, add the following below this CDDL HEADER, with the
ed265533ed792c6221dd52b450063117983e1e8bvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
e85b92d4df013df97a72864a412eb94eb3f70acevboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
0bebd3a2671042901f1fcceff14f8c58dd397478vboxsync# CDDL HEADER END
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Use is subject to license terms.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# This makefile drives the production of the pcata driver kernel module.
7d6292b993f8528e177d784e9904d7c4af6b502bvboxsync# intel implementation architecture dependent
6a184276d5a304e093985a1b2f6e91142e9850b4vboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
dee9595a04fb1bd1908a48bd602fa1ed0b6967f9vboxsync# Define the module and object file sets.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Include common rules.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Define targets
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Override defaults to build a unique, local modstubs.o.
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync# For now, disable these lint checks; maintainers should endeavor
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync# to investigate and remove these for maximum lint coverage.
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync# Please do not carry these forward to new Makefiles.
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync# Default build targets.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Include common targets.