d6c63bd07b2e1b034b608fb8af3ae94e6c03ee08Derek Gathright# CDDL HEADER START
e2f644c80c2428330032af20658279d458938f20Derek Gathright# The contents of this file are subject to the terms of the
e2f644c80c2428330032af20658279d458938f20Derek Gathright# Common Development and Distribution License (the "License").
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# You may not use this file except in compliance with the License.
7f2b731c52d0326179ad6ef2f4611ba088dcee22Derek Gathright# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7f2b731c52d0326179ad6ef2f4611ba088dcee22Derek Gathright# or http://www.opensolaris.org/os/licensing.
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# See the License for the specific language governing permissions
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# and limitations under the License.
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# When distributing Covered Code, include this CDDL HEADER in each
1cdc9668bdd7d912d1be5b9f576c1fc35fdb20c2Derek Gathright# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# If applicable, add the following below this CDDL HEADER, with the
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# fields enclosed by brackets "[]" replaced with your own identifying
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# information: Portions Copyright [yyyy] [name of copyright owner]
1cdc9668bdd7d912d1be5b9f576c1fc35fdb20c2Derek Gathright# CDDL HEADER END
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# Use is subject to license terms.
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# This makefile drives the production of the cardbus kernel module.
1cdc9668bdd7d912d1be5b9f576c1fc35fdb20c2Derek Gathright# sparc architecture dependent
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# Path to the base of the uts directory tree (usually /usr/src/uts).
1cdc9668bdd7d912d1be5b9f576c1fc35fdb20c2Derek Gathright# Define the module and object file sets.
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek GathrightLINTS = $(CARDBUS_OBJS:%.o=$(LINTS_DIR)/%.ln)
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# Include common rules.
e9738690feeb7eae0899f34e5d0feec68bdbd48cDerek Gathright# Define targets
800a6a9307a3bbe026f640d20ef73c3d627efc37Derek Gathright# Include sun4u specific header files
d6c63bd07b2e1b034b608fb8af3ae94e6c03ee08Derek GathrightINC_PATH += -I$(UTSBASE)/sun4u -I$(UTSBASE)/sun4
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# lint pass one enforcement
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek GathrightLDFLAGS += -dy -Nmisc/busra -Nmisc/pcmcia -Nmisc/hpcsvc
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# For now, disable these lint checks; maintainers should endeavor
7f2b731c52d0326179ad6ef2f4611ba088dcee22Derek Gathright# to investigate and remove these for maximum lint coverage.
d6fd645d5192ae6fff6d50db36de9f26bb4161d3Derek Gathright# Please do not carry these forward to new Makefiles.
1cdc9668bdd7d912d1be5b9f576c1fc35fdb20c2Derek Gathright# Default build targets.
1cdc9668bdd7d912d1be5b9f576c1fc35fdb20c2Derek Gathright# Include common targets.