Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# CDDL HEADER START
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# The contents of this file are subject to the terms of the
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# Common Development and Distribution License (the "License").
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# You may not use this file except in compliance with the License.
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# See the License for the specific language governing permissions
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# and limitations under the License.
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# When distributing Covered Code, include this CDDL HEADER in each
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# If applicable, add the following below this CDDL HEADER, with the
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# fields enclosed by brackets "[]" replaced with your own identifying
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# information: Portions Copyright [yyyy] [name of copyright owner]
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# CDDL HEADER END
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# Use is subject to license terms.
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay#ident "%Z%%M% %I% %E% SMI"
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# This makefile drives the PCIC style PCMCIA adapter
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# It is mostly a standard driver
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# intel architecture dependent
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# Paths to the base of the uts directory trees
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# Define the module and object file sets.
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# Include common rules.
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# Define targets
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason LemayINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason LemayLDFLAGS += -dy -Nmisc/busra -Nmisc/pcmcia -Nmisc/cardbus
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# For now, disable these lint checks; maintainers should endeavor
1af51ce2988dd1a58554c65b5ea7fd0e642c0699Jason Lemay# to investigate and remove these for maximum lint coverage.