Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
5cff782560a1c3cf913ba5574a5123a299f3315emh# CDDL HEADER START
5cff782560a1c3cf913ba5574a5123a299f3315emh# The contents of this file are subject to the terms of the
5cff782560a1c3cf913ba5574a5123a299f3315emh# Common Development and Distribution License, Version 1.0 only
5cff782560a1c3cf913ba5574a5123a299f3315emh# (the "License"). You may not use this file except in compliance
5cff782560a1c3cf913ba5574a5123a299f3315emh# with the License.
5cff782560a1c3cf913ba5574a5123a299f3315emh# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5cff782560a1c3cf913ba5574a5123a299f3315emh# See the License for the specific language governing permissions
5cff782560a1c3cf913ba5574a5123a299f3315emh# and limitations under the License.
5cff782560a1c3cf913ba5574a5123a299f3315emh# When distributing Covered Code, include this CDDL HEADER in each
5cff782560a1c3cf913ba5574a5123a299f3315emh# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5cff782560a1c3cf913ba5574a5123a299f3315emh# If applicable, add the following below this CDDL HEADER, with the
5cff782560a1c3cf913ba5574a5123a299f3315emh# fields enclosed by brackets "[]" replaced with your own identifying
5cff782560a1c3cf913ba5574a5123a299f3315emh# information: Portions Copyright [yyyy] [name of copyright owner]
5cff782560a1c3cf913ba5574a5123a299f3315emh# CDDL HEADER END
5cff782560a1c3cf913ba5574a5123a299f3315emh# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5cff782560a1c3cf913ba5574a5123a299f3315emh# Use is subject to license terms.
5cff782560a1c3cf913ba5574a5123a299f3315emh# This makefile drives the production of the SBus driver kernel module,
5cff782560a1c3cf913ba5574a5123a299f3315emh# the iommu nexus, and the obio nexus (which really is sbus on sun5).
5cff782560a1c3cf913ba5574a5123a299f3315emh# starfire implementation architecture dependent
5cff782560a1c3cf913ba5574a5123a299f3315emh# Path to the base of the uts directory tree (usually /usr/src/uts).
5cff782560a1c3cf913ba5574a5123a299f3315emh# Define the module and object file sets.
5cff782560a1c3cf913ba5574a5123a299f3315emh# Include common rules.
5cff782560a1c3cf913ba5574a5123a299f3315emh# Define targets
7014882c6a3672fd0e5d60200af8643ae53c5928Richard Lowe# Turn this on once compiler understands v9 in it's backend
7014882c6a3672fd0e5d60200af8643ae53c5928Richard Lowe#INLINES += $(UTSBASE)/sun4u/io/iommu.il
5cff782560a1c3cf913ba5574a5123a299f3315emh# lint pass one enforcement
5cff782560a1c3cf913ba5574a5123a299f3315emh# Turn on doubleword alignment for 64 bit registers
5cff782560a1c3cf913ba5574a5123a299f3315emh# Default build targets.