Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# CDDL HEADER START
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# The contents of this file are subject to the terms of the
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Common Development and Distribution License (the "License").
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# You may not use this file except in compliance with the License.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# See the License for the specific language governing permissions
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# and limitations under the License.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# When distributing Covered Code, include this CDDL HEADER in each
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# If applicable, add the following below this CDDL HEADER, with the
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# fields enclosed by brackets "[]" replaced with your own identifying
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# information: Portions Copyright [yyyy] [name of copyright owner]
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# CDDL HEADER END
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Use is subject to license terms.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# This Makefile drives production of the amd_iommu driver kernel module.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Path to the base of the uts directory tree (usually /usr/src/uts).
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Define the module and object file sets.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Include common rules.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Define targets
a1318a82916028f363b3c5b52e7fd7256b632497Trond NorbyeINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# depends on misc/iommulib and misc/acpica
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Default build targets.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Include common targets.