Makefile revision 1ae0874509b6811fdde1dfd46f0d93fd09867a3f
290N/A# The contents of this file are subject to the terms of the 911N/A# Common Development and Distribution License (the "License"). 290N/A# You may not use this file except in compliance with the License. 290N/A# See the License for the specific language governing permissions 290N/A# and limitations under the License. 290N/A# When distributing Covered Code, include this CDDL HEADER in each 290N/A# If applicable, add the following below this CDDL HEADER, with the 290N/A# fields enclosed by brackets "[]" replaced with your own identifying 290N/A# information: Portions Copyright [yyyy] [name of copyright owner] 290N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 290N/A# Use is subject to license terms. 290N/A#pragma ident "%Z%%M% %I% %E% SMI" 290N/A# This makefile drives the production of the vsw driver module. 290N/A# sun4v implementation architecture dependent 911N/A# Define the module and object file sets. # Override defaults to build a unique, local modstubs.o. # lint pass one enforcement # Re-enable C99 compilation to use stack allocation of variable-sized arrays. # on x86 machines can be fully diagnosed; presumably a sun4v (i.e., SPARC) # module should be "safe". Furthermore, only the variable-sized array # C99 mode also gives us macros such as __func__ # Include common targets.