Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# Common Development and Distribution License, Version 1.0 only
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# (the "License"). You may not use this file except in compliance
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# with the License.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# See the License for the specific language governing permissions
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# and limitations under the License.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# If applicable, add the following below this CDDL HEADER, with the
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# CDDL HEADER END
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Use is subject to license terms.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#ident "%Z%%M% %I% %E% SMI"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# This makefile drives the production of the qcn driver kernel module.
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark Andrews# sun4v implementation architecture dependent
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Define the module and object file sets.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Include common rules.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Override defaults to build a unique, local modstubs.o.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Define targets
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# lint pass one enforcement
85c5ed3577655f4f710f0af5ee93edd71c336055Evan Hunt# Default build targets.
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrews# Include common targets.