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