Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
9f069b277116b82ba72346221e8a573197ed43a6Mark Andrews# CDDL HEADER START
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# The contents of this file are subject to the terms of the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Common Development and Distribution License (the "License").
9e4292a2b46bc30568bd1eb204761f7134609405David Lawrence# You may not use this file except in compliance with the License.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
9e4292a2b46bc30568bd1eb204761f7134609405David Lawrence# fields enclosed by brackets "[]" replaced with your own identifying
9e4292a2b46bc30568bd1eb204761f7134609405David Lawrence# information: Portions Copyright [yyyy] [name of copyright owner]
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# CDDL HEADER END
9e4292a2b46bc30568bd1eb204761f7134609405David Lawrence# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
6a759e38699d133302d0df120d7afcd4af721951David Lawrence# Use is subject to license terms.
9e4292a2b46bc30568bd1eb204761f7134609405David Lawrence# This makefile drives the production of the PCI nexus driver
bbf390959da5b349f95b8e692240e5f2d8ef7b03David Lawrence# i86xpv implementation architecture dependent
0d73b3fffe1b29f11e32952867c687beb465fb96David Lawrence# Path to the base of the uts directory tree (usually /usr/src/uts).
9e4292a2b46bc30568bd1eb204761f7134609405David Lawrence# Define the module and object file sets.
0d73b3fffe1b29f11e32952867c687beb465fb96David LawrenceLINTS = $(PCINEXUS_OBJS:%.o=$(LINTS_DIR)/%.ln)
0d73b3fffe1b29f11e32952867c687beb465fb96David Lawrence# Include common rules.
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence# Define targets
0d73b3fffe1b29f11e32952867c687beb465fb96David Lawrence# Name of the module is needed by the source, to distinguish from other
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff# Default build targets.
b6dcb3d24342d78e02b84a109dad7b5634471d8cAndreas Gustafsson# Include common targets.