Makefile revision 4ebb14b236958cfe1ef4ff3b7a50216d9e51f997
341N/A# The contents of this file are subject to the terms of the 341N/A# Common Development and Distribution License (the "License"). 341N/A# You may not use this file except in compliance with the License. 341N/A# See the License for the specific language governing permissions 341N/A# and limitations under the License. 341N/A# When distributing Covered Code, include this CDDL HEADER in each 341N/A# If applicable, add the following below this CDDL HEADER, with the 341N/A# fields enclosed by brackets "[]" replaced with your own identifying 341N/A# information: Portions Copyright [yyyy] [name of copyright owner] 341N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 341N/A# Use is subject to license terms. 341N/A#ident "%Z%%M% %I% %E% SMI" 341N/A# This makefile drives the production of the sd driver kernel module. 341N/A# sparc architecture dependent 341N/A# Define the module and object file sets. 341N/A# lint pass one enforcement 341N/A# For now, disable these lint checks; maintainers should endeavor 341N/A# to investigate and remove these for maximum lint coverage. 341N/A# Please do not carry these forward to new Makefiles. 341N/A# Default build targets. 341N/A# Include common targets. 341N/A# Defines for local commands. 341N/A# Note that in warlock_with_{esp,isp} it is important to load sd.ll 341N/A# before {isp,esp}.ll; the reason is that both have _init/_info/_fini 341N/A# and warlock can only handle one extern function by a given name; 341N/A# any loaded after the first are ignored.