Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
b1a86433b3bd93dfae6224de6581d6a25135fb0bneil_a_wilson# CDDL HEADER START
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# The contents of this file are subject to the terms of the
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# Common Development and Distribution License (the "License").
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# You may not use this file except in compliance with the License.
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# See the License for the specific language governing permissions
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# and limitations under the License.
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# When distributing Covered Code, include this CDDL HEADER in each
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# If applicable, add the following below this CDDL HEADER, with the
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# fields enclosed by brackets "[]" replaced with your own identifying
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# information: Portions Copyright [yyyy] [name of copyright owner]
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# CDDL HEADER END
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# Use is subject to license terms.
ff2835d14868672e6192c19f768bceda1a7b635cludo# This makefile drives the production of the iwh driver kernel module.
b1a86433b3bd93dfae6224de6581d6a25135fb0bneil_a_wilson# i86pc architecture dependent
b1a86433b3bd93dfae6224de6581d6a25135fb0bneil_a_wilson# Path to the base of the uts directory tree (usually /usr/src/uts).
3ceb1ba801fc1445bacce610f70246b526706df7rhaggard# Define the module and object file sets.
b1a86433b3bd93dfae6224de6581d6a25135fb0bneil_a_wilson# Include common rules.
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# Define targets
b1a86433b3bd93dfae6224de6581d6a25135fb0bneil_a_wilsonLDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Ndrv/random -Ndrv/ip
b1a86433b3bd93dfae6224de6581d6a25135fb0bneil_a_wilson# Default build targets.
b1a86433b3bd93dfae6224de6581d6a25135fb0bneil_a_wilson# Include common targets.