Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
53a70bef3508acb1517b8eb57f61a81280c11509Mark Andrews# CDDL HEADER START
7472cd350fe9245553e9da7f2df8e7e364d136abMukund Sivaraman# The contents of this file are subject to the terms of the
7472cd350fe9245553e9da7f2df8e7e364d136abMukund Sivaraman# Common Development and Distribution License (the "License").
7472cd350fe9245553e9da7f2df8e7e364d136abMukund Sivaraman# You may not use this file except in compliance with the License.
049a49c2956dd9cc9b82974e2bbe77c57fcc73dbMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
049a49c2956dd9cc9b82974e2bbe77c57fcc73dbMark Andrews# See the License for the specific language governing permissions
e2047969decfc0c3fc1a946ccade993cab9c9315Mark Andrews# and limitations under the License.
e2047969decfc0c3fc1a946ccade993cab9c9315Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
c3beecc1bcc6e1c15176a699b41ca77ef6533c25Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c3beecc1bcc6e1c15176a699b41ca77ef6533c25Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
c3beecc1bcc6e1c15176a699b41ca77ef6533c25Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
0be436fc397396ed490182f022d02b46c7a50271Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
53a70bef3508acb1517b8eb57f61a81280c11509Mark Andrews# CDDL HEADER END
f89adb2c2a52b505501c3eaa2aec9fd4df6bd60aTinderbox User# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
f89adb2c2a52b505501c3eaa2aec9fd4df6bd60aTinderbox User# Use is subject to license terms.
28053af04c5121ec234c320e4c76273305816e7aEvan Hunt# This makefile drives the production of the iwk driver kernel module.
28053af04c5121ec234c320e4c76273305816e7aEvan Hunt# i86pc architecture dependent
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
19d80ce5844e00a021643759adcbe27c11b485a0Witold Krecicki# Define the module and object file sets.
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews# Include common rules.
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt# Define targets
66074f152f2a42218e6d54f50d4fa3717940c299Evan HuntLDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Ndrv/random -Ndrv/ip
aa5506eda809dfd25b4e1ee6edb5285a77958d2cEvan Hunt# Default build targets.
651be63a1111c50942533016b3a2a6403d74cd9eMark Andrews# Include common targets.