Makefile revision b65731f1f612238279eb4d997f43589b535c5646
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# CDDL HEADER START
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# The contents of this file are subject to the terms of the
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# Common Development and Distribution License, Version 1.0 only
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# (the "License"). You may not use this file except in compliance
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# with the License.
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# See the License for the specific language governing permissions
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# and limitations under the License.
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# When distributing Covered Code, include this CDDL HEADER in each
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# If applicable, add the following below this CDDL HEADER, with the
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# fields enclosed by brackets "[]" replaced with your own identifying
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# information: Portions Copyright [yyyy] [name of copyright owner]
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# CDDL HEADER END
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# Use is subject to license terms.
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn#ident "%Z%%M% %I% %E% SMI"
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# This makefile drives the production of the pci driver kernel module
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# sun4u implementation architecture dependent
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# Path to the base of the uts directory tree (usually /usr/src/uts).
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# Define the module and object file sets.
070a4b8e68a6bf9a96c24ded47974388c83f1d57Serge Hallyn# Include common rules.
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# Define targets
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# Include SUN4 and SUN4U specific headers files
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# lint pass one enforcement
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# Turn on doubleword alignment for 64 bit registers
20ab58c777136a449b3199e0733b62fa87ecfa61Serge HallynLDFLAGS += -dy -Nmisc/busra -Nmisc/pcie -Nmisc/pcihp -Nmisc/pciehpc
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# Default build targets.
20ab58c777136a449b3199e0733b62fa87ecfa61Serge Hallyn# Include common targets.