20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# CDDL HEADER START
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# The contents of this file are subject to the terms of the
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# Common Development and Distribution License (the "License").
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# You may not use this file except in compliance with the License.
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# See the License for the specific language governing permissions
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# and limitations under the License.
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# When distributing Covered Code, include this CDDL HEADER in each
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# If applicable, add the following below this CDDL HEADER, with the
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# fields enclosed by brackets "[]" replaced with your own identifying
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# information: Portions Copyright [yyyy] [name of copyright owner]
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# CDDL HEADER END
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# Use is subject to license terms.
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde#ident "@(#)Makefile 1.8 07/01/10 SMI"
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# This makefile drives the production of the IOMMULIB misc
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# kernel module.
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# intel architecture dependent
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# Path to the base of the uts directory tree (usually /usr/src/uts).
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# Define the module and object file sets.
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# Include common rules.
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# Define targets
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# lint pass one non-enforcement
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# 3rd party code is not lint clean
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# Default build targets.
20906b23a341979b80c2e40ac68778cd082f5458Vikram Hegde# Include common targets.