Makefile revision 77f19097b42b4eadd47d2824a7a919b5275dcad0
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License (the "License").
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or http://www.opensolaris.org/os/licensing.
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder# CDDL HEADER END
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# Use is subject to license terms.
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# This makefile drives the production of the kernel/misc/pcie module
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maeder# for PCI-E Error handling support in PCI-E nexus drivers.
2e2094a642e3775b0d76b890556407941d3a53b6Christian Maeder# i86pc implementation architecture dependent
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich# Define the module and object file sets.
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian MaederOBJECTS = $(PCIE_MISC_OBJS:%=$(OBJS_DIR)/%) \
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian MaederLINTS = $(PCIE_MISC_OBJS:%.o=$(LINTS_DIR)/%.ln) \
d4892fa7401ceef014ea59d2d900773eaf88fcbdChristian Maeder# Include common rules.
8d97ef4f234681b11bb5924bd4d03adef858d2d2Christian Maeder# Define targets
0206ab93ef846e4e0885996d052b9b73b9dc66b0Christian Maeder# Default build targets.
9e748851c150e1022fb952bab3315e869aaf0214Christian Maeder# Include common targets.