Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# CDDL HEADER START
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# The contents of this file are subject to the terms of the
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# Common Development and Distribution License (the "License").
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# You may not use this file except in compliance with the License.
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# See the License for the specific language governing permissions
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# and limitations under the License.
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# When distributing Covered Code, include this CDDL HEADER in each
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# If applicable, add the following below this CDDL HEADER, with the
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# fields enclosed by brackets "[]" replaced with your own identifying
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# information: Portions Copyright [yyyy] [name of copyright owner]
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# CDDL HEADER END
4f2e8c94af44ce2d6a532ed42b7b6c35dad3209aKrzysztof Kosiński# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
4f2e8c94af44ce2d6a532ed42b7b6c35dad3209aKrzysztof Kosiński# Use is subject to license terms.
4f2e8c94af44ce2d6a532ed42b7b6c35dad3209aKrzysztof Kosiński#pragma ident "%Z%%M% %I% %E% SMI"
4f2e8c94af44ce2d6a532ed42b7b6c35dad3209aKrzysztof Kosiński# This makefile drives the production of the pci_pci driver kernel module.
4f2e8c94af44ce2d6a532ed42b7b6c35dad3209aKrzysztof Kosiński# Path to the base of the uts directory tree (usually /usr/src/uts).
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# Define the module and object file sets.
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan EngelenLINTS = $(PCI_PCINEXUS_OBJS:%.o=$(LINTS_DIR)/%.ln)
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# Include common rules.
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# Define targets
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# Override defaults to build a unique, local modstubs.o.
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# Default build targets.
cdf00e35c7a595d6842fec239a6fb39228fe01a9Johan Engelen# Include common targets.