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