Makefile revision c8343062f6e25afd9c2a31b65df357030e69fa55
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# CDDL HEADER START
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# The contents of this file are subject to the terms of the
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# Common Development and Distribution License, Version 1.0 only
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# (the "License"). You may not use this file except in compliance
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# with the License.
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# See the License for the specific language governing permissions
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# and limitations under the License.
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# When distributing Covered Code, include this CDDL HEADER in each
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# If applicable, add the following below this CDDL HEADER, with the
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# fields enclosed by brackets "[]" replaced with your own identifying
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# information: Portions Copyright [yyyy] [name of copyright owner]
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# CDDL HEADER END
a395dd575518d9e5280fc5d5d5ef47c61b174647ludovicp# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# Use is subject to license terms.
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou#pragma ident "%Z%%M% %I% %E% SMI"
dd2893207f24e5cc1406a8ad8f5f5598f3516385neil_a_wilson# This makefile drives the production of the asy `drv'
dd2893207f24e5cc1406a8ad8f5f5598f3516385neil_a_wilson# kernel module.
dd2893207f24e5cc1406a8ad8f5f5598f3516385neil_a_wilson# intel implementation architecture dependent
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnou# Path to the base of the uts directory tree (usually /usr/src/uts).
dd2893207f24e5cc1406a8ad8f5f5598f3516385neil_a_wilson# Define the module and object file sets.
dd2893207f24e5cc1406a8ad8f5f5598f3516385neil_a_wilson# Include common rules.
dd2893207f24e5cc1406a8ad8f5f5598f3516385neil_a_wilson# Define targets
2b44dc864c39ab42305a1c5973ae8c4097f9fbfcjarnouINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
dd2893207f24e5cc1406a8ad8f5f5598f3516385neil_a_wilson# Default build targets.
dd2893207f24e5cc1406a8ad8f5f5598f3516385neil_a_wilson# Include common targets.