Makefile revision 70025d765b044c6d8594bb965a2247a61e991a99
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# CDDL HEADER START
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# The contents of this file are subject to the terms of the
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Common Development and Distribution License, Version 1.0 only
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# (the "License"). You may not use this file except in compliance
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# with the License.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# or http://www.opensolaris.org/os/licensing.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# See the License for the specific language governing permissions
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# and limitations under the License.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# When distributing Covered Code, include this CDDL HEADER in each
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# If applicable, add the following below this CDDL HEADER, with the
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# fields enclosed by brackets "[]" replaced with your own identifying
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# information: Portions Copyright [yyyy] [name of copyright owner]
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# CDDL HEADER END
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Use is subject to license terms.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington#ident "%Z%%M% %I% %E% SMI"
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# This makefile drives the production of the kernel/misc/pciehpc module
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# for PCI-E hotplug controller support in PCI-E nexus drivers.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# i86pc implementation architecture dependent
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Path to the base of the uts directory tree (usually /usr/src/uts).
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Define the module and object file sets.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian WellingtonOBJECTS = $(PCIEHPCNEXUS_OBJS:%=$(OBJS_DIR)/%)
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian WellingtonLINTS = $(PCIEHPCNEXUS_OBJS:%.o=$(LINTS_DIR)/%.ln)
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Include common rules.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Define targets
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Default build targets.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Include common targets.