Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# CDDL HEADER START
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# The contents of this file are subject to the terms of the
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# Common Development and Distribution License (the "License").
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# You may not use this file except in compliance with the License.
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# or http://www.opensolaris.org/os/licensing.
9fa2f41077b2d76685058836f602f38715b5eef3Kay Sievers# See the License for the specific language governing permissions
9fa2f41077b2d76685058836f602f38715b5eef3Kay Sievers# and limitations under the License.
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# When distributing Covered Code, include this CDDL HEADER in each
9fa2f41077b2d76685058836f602f38715b5eef3Kay Sievers# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# If applicable, add the following below this CDDL HEADER, with the
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# fields enclosed by brackets "[]" replaced with your own identifying
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# information: Portions Copyright [yyyy] [name of copyright owner]
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# CDDL HEADER END
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# Use is subject to license terms.
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering#ident "%Z%%M% %I% %E% SMI"
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering# This makefile drives the production of the PCI autoconfiguration
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering# kernel module.
673eab9bf0d2d79a72f3d7c430807b8786de7ee3Lennart Poettering# intel platform dependent
85424725d1870e2c218e3e2d53971f7e5dc3f0aeKay Sievers# Path to the base of the uts directory tree (usually /usr/src/uts).
23aedd029452b65c11b6eb838e44f60be1c66814Kay Sievers# Define the module and object file sets.
713bc0cfa477ca1df8769041cb3dbc83c10eace2Kay SieversOBJECTS = $(PCI_AUTOCONFIG_OBJS:%=$(OBJS_DIR)/%) \
713bc0cfa477ca1df8769041cb3dbc83c10eace2Kay SieversLINTS = $(PCI_AUTOCONFIG_OBJS:%.o=$(LINTS_DIR)/%.ln) \
06d461ee6f3da6650e6d023d7828455752d70b0bShawn Landden# Include common rules.
713bc0cfa477ca1df8769041cb3dbc83c10eace2Kay Sievers# Define targets
713bc0cfa477ca1df8769041cb3dbc83c10eace2Kay Sievers# Depends on acpica ACPI CA interpreter
a5c724b25b2930ecb4a64bb4d9b8619a1354afedKay Sievers# For now, disable these lint checks; maintainers should endeavor
a5c724b25b2930ecb4a64bb4d9b8619a1354afedKay Sievers# to investigate and remove these for maximum lint coverage.
a5c724b25b2930ecb4a64bb4d9b8619a1354afedKay Sievers# Please do not carry these forward to new Makefiles.
b52a4a3b05a2a0d69868d57fd54f6e4b8fa0e7caZbigniew Jędrzejewski-SzmekLINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
13468826f2457cae45a79649e122deadb9dc9774Mike Gilbert# Default build targets.
f28cbd0382ca53baa99803bbc907a469fbf68128Kay Sievers# Include common targets.