17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5fd845fc0Sks# Common Development and Distribution License (the "License").
6fd845fc0Sks# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
217c478bd9Sstevel@tonic-gate#
22*d24234c2SJerry Gilliam# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
237c478bd9Sstevel@tonic-gate# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate
267c478bd9Sstevel@tonic-gateTOPDIR =	../../../../..
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gateinclude $(TOPDIR)/uts/Makefile.uts
297c478bd9Sstevel@tonic-gate
307c478bd9Sstevel@tonic-gateMODULE	= fs
317c478bd9Sstevel@tonic-gate
327c478bd9Sstevel@tonic-gatePLATLINKS	= SUNW,Sun-Fire-T200
33fd845fc0SksPLATLINKS	+= SUNW,Netra-CP3060
3451b564acSmcwalterPLATLINKS	+= SUNW,Netra-CP3260
359ef7884dSanovickPLATLINKS	+= SUNW,Sun-Blade-T6300
36ecb56eb0SwillardPLATLINKS	+= SUNW,Sun-Blade-T6320
37a90d965dSfwPLATLINKS	+= SUNW,SPARC-Enterprise-T5120
3859ac0c16SdavemqPLATLINKS	+= SUNW,T5140
39ca6d7ba9SjlPLATLINKS	+= SUNW,USBRDT-5240
40c40d696fSwillardPLATLINKS	+= SUNW,Netra-T5220
418696d418SkyPLATLINKS	+= SUNW,Netra-T5440
427c478bd9Sstevel@tonic-gate
437c478bd9Sstevel@tonic-gateLINKED_DIRS	= $(PLATLINKS:%=$(USR_PLAT_DIR)/%)
447c478bd9Sstevel@tonic-gateLINKED_LIB_DIRS	= $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib)
457c478bd9Sstevel@tonic-gateLINKED_LIB_FS_DIRS	= $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib/fs)
467c478bd9Sstevel@tonic-gate
477c478bd9Sstevel@tonic-gateall	:=	TARGET = all
487c478bd9Sstevel@tonic-gateinstall	:=	TARGET = install
497c478bd9Sstevel@tonic-gateclean	:=	TARGET = clean
507c478bd9Sstevel@tonic-gate
517c478bd9Sstevel@tonic-gateTARG_MACH =	sparcv9
527c478bd9Sstevel@tonic-gateTARG_MACH_DIR =	sparcv9
537c478bd9Sstevel@tonic-gateARCHVERS =	v9
547c478bd9Sstevel@tonic-gatePLATFORM =	sun4v
557c478bd9Sstevel@tonic-gateARCHMMU  =	sfmmu
567c478bd9Sstevel@tonic-gatePROMVERS =	ieee1275
577c478bd9Sstevel@tonic-gateASFLAGS +=	$(sparcv9_XARCH)
587c478bd9Sstevel@tonic-gate
597c478bd9Sstevel@tonic-gateinclude ../Makefile.com
60*d24234c2SJerry Gilliaminclude $(TOPDIR)/psm/Makefile.psm.64
61*d24234c2SJerry Gilliaminclude $(BOOTSRCDIR)/Makefile.rules
627c478bd9Sstevel@tonic-gate
63*d24234c2SJerry GilliamFRC:
647c478bd9Sstevel@tonic-gate
65*d24234c2SJerry Gilliam.KEEP_STATE:
667c478bd9Sstevel@tonic-gate
67*d24234c2SJerry Gilliamall:
687c478bd9Sstevel@tonic-gate
69*d24234c2SJerry Gilliaminstall: all $(LINKED_DIRS) $(LINKED_LIB_DIRS) $(LINKED_LIB_FS_DIRS)
707c478bd9Sstevel@tonic-gate
71*d24234c2SJerry Gilliamclean:
727c478bd9Sstevel@tonic-gate
73*d24234c2SJerry Gilliamclobber: clean
747c478bd9Sstevel@tonic-gate
75*d24234c2SJerry Gilliamlint:
767c478bd9Sstevel@tonic-gate
777c478bd9Sstevel@tonic-gateFRC:
78