Makefile revision 3db86aab554edbb4244c8d1a1c90f152eee768af
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# CDDL HEADER START
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# The contents of this file are subject to the terms of the
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# Common Development and Distribution License (the "License").
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# You may not use this file except in compliance with the License.
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# See the License for the specific language governing permissions
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# and limitations under the License.
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# When distributing Covered Code, include this CDDL HEADER in each
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# If applicable, add the following below this CDDL HEADER, with the
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# fields enclosed by brackets "[]" replaced with your own identifying
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# information: Portions Copyright [yyyy] [name of copyright owner]
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# CDDL HEADER END
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
4117443759eb8485e3cfd93459f86a41ea241d20Anders Persson# Use is subject to license terms.
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning#pragma ident "%Z%%M% %I% %E% SMI"
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# This makefile drives the production of the cardbus kernel module.
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# intel architecture dependent
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# Path to the base of the uts directory tree (usually /usr/src/uts).
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# Define the module and object file sets.
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# Include common rules.
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# Define targets
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# Include sun4u specific header files
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu XiangningINC_PATH += -I$(UTSBASE)/sun4u -I$(UTSBASE)/sun4 -I$(UTSBASE)/i86pc
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# lint pass one enforcement
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu XiangningLDFLAGS += -dy -Nmisc/busra -Nmisc/pcmcia -Nmisc/hpcsvc
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# Default build targets.
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu Xiangning# Include common targets.