Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
50e60f30bdc074fbc887f0b98f4d570457ac97c9brianp# CDDL HEADER START
84eeb0ab12215fc22577a9a0a9589cea2a445712trawick# The contents of this file are subject to the terms of the
1d3fbd2d9f03c0826977d940a2081401edf522d4jerenkrantz# Common Development and Distribution License, Version 1.0 only
1d3fbd2d9f03c0826977d940a2081401edf522d4jerenkrantz# (the "License"). You may not use this file except in compliance
b5cc0253789825ace46944dc9cde744be08dd77fjerenkrantz# with the License.
e4bb84f3c11f282d3ba66f64940b1b8e13f85e7aslive# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e4bb84f3c11f282d3ba66f64940b1b8e13f85e7aslive# See the License for the specific language governing permissions
e4bb84f3c11f282d3ba66f64940b1b8e13f85e7aslive# and limitations under the License.
e4bb84f3c11f282d3ba66f64940b1b8e13f85e7aslive# When distributing Covered Code, include this CDDL HEADER in each
e4bb84f3c11f282d3ba66f64940b1b8e13f85e7aslive# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ba2bab42e97405dc41c0f8fe3416f7f9a79ed7a9brianp# If applicable, add the following below this CDDL HEADER, with the
ba2bab42e97405dc41c0f8fe3416f7f9a79ed7a9brianp# fields enclosed by brackets "[]" replaced with your own identifying
ba2bab42e97405dc41c0f8fe3416f7f9a79ed7a9brianp# information: Portions Copyright [yyyy] [name of copyright owner]
756b54396a86db555817bb52149d91b60d00e35fwrowe# CDDL HEADER END
b4251d1fbef86f96e01c68f8de086e0dbb8bcb74trawick# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24efed0910118b762a4eb84830875d4714b8d315ianh# Use is subject to license terms.
50e60f30bdc074fbc887f0b98f4d570457ac97c9brianp# This makefile drives the production of the pci-ide "drv"
bdbafc44d060509e86f0cc56ff4d19579438f846striker# kernel module.
bdbafc44d060509e86f0cc56ff4d19579438f846striker# i86pc implementation architecture dependent
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe# Path to the base of the uts directory tree (usually /usr/src/uts).
0fdf8c342123fde84405b885fb1720ebc652e10djerenkrantz# Define the module and object file sets.
6b87b6eee6a43f40ef6bead9ef3173979b4cd76crbb# Include common rules.
f9a773d26994c3b267589e404cdb5b760f83e888jerenkrantz# Define targets
a250599aab6669d5877edf158032efd2538e5820trawickINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
41338e6ead3fa8d60ad3841d069f4b47e71d9177wrowe# Overrides.
6a82dfd37385024d0e94e71edd2f46b609796cfdwrowe# Default build targets.
88425bd3442321915195ac9dfa9a80ffcd968fa4brianp# Include common targets.