1*3db86aabSstevel# 2*3db86aabSstevel# CDDL HEADER START 3*3db86aabSstevel# 4*3db86aabSstevel# The contents of this file are subject to the terms of the 5*3db86aabSstevel# Common Development and Distribution License (the "License"). 6*3db86aabSstevel# You may not use this file except in compliance with the License. 7*3db86aabSstevel# 8*3db86aabSstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*3db86aabSstevel# or http://www.opensolaris.org/os/licensing. 10*3db86aabSstevel# See the License for the specific language governing permissions 11*3db86aabSstevel# and limitations under the License. 12*3db86aabSstevel# 13*3db86aabSstevel# When distributing Covered Code, include this CDDL HEADER in each 14*3db86aabSstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*3db86aabSstevel# If applicable, add the following below this CDDL HEADER, with the 16*3db86aabSstevel# fields enclosed by brackets "[]" replaced with your own identifying 17*3db86aabSstevel# information: Portions Copyright [yyyy] [name of copyright owner] 18*3db86aabSstevel# 19*3db86aabSstevel# CDDL HEADER END 20*3db86aabSstevel# 21*3db86aabSstevel 22*3db86aabSstevel# 23*3db86aabSstevel# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24*3db86aabSstevel# Use is subject to license terms. 25*3db86aabSstevel# 26*3db86aabSstevel#ident "%Z%%M% %I% %E% SMI" 27*3db86aabSstevel# 28*3db86aabSstevel 29*3db86aabSstevel# 30*3db86aabSstevel# Global definitions for sun4u implementation specific modules. 31*3db86aabSstevel# 32*3db86aabSstevel 33*3db86aabSstevel# 34*3db86aabSstevel# Define objects. 35*3db86aabSstevel# 36*3db86aabSstevelLOMBUS_OBJS = lombus.o 37*3db86aabSstevel 38*3db86aabSstevel# 39*3db86aabSstevel# include lw2plus and serengeti header files 40*3db86aabSstevel# 41*3db86aabSstevelINC_PATH += -I$(UTSBASE)/sun4u/lw2plus 42