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