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 59cd53461Shyw# Common Development and Distribution License (the "License"). 69cd53461Shyw# 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,Ultra-2 337c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Ultra-250 347c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Ultra-4 357c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Ultra-Enterprise 367c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Ultra-Enterprise-10000 377c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,UltraSPARC-IIi-Netract 387c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,UltraSPARC-IIe-NetraCT-40 397c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,UltraSPARC-IIe-NetraCT-60 407c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Blade-100 417c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Blade-1000 427c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Blade-1500 437c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Blade-2500 447c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,A70 45d58fda43SjbeloroPLATLINKS += SUNW,Sun-Fire-V445 46d58fda43SjbeloroPLATLINKS += SUNW,Sun-Fire-V215 477c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Fire 487c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Fire-V240 497c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Fire-V250 507c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Fire-V440 517c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Fire-280R 527c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Fire-15000 537c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Fire-880 547c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Fire-480R 557c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Fire-V890 567c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Sun-Fire-V490 577c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Serverblade1 587c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Netra-T12 597c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Netra-T4 607c478bd9Sstevel@tonic-gatePLATLINKS += SUNW,Netra-CP2300 611cb6af97SwnelsonPLATLINKS += SUNW,Netra-CP3010 629cd53461ShywPLATLINKS += SUNW,SPARC-Enterprise 637c478bd9Sstevel@tonic-gate 647c478bd9Sstevel@tonic-gateLINKED_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%) 657c478bd9Sstevel@tonic-gateLINKED_LIB_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib) 667c478bd9Sstevel@tonic-gateLINKED_LIB_FS_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib/fs) 677c478bd9Sstevel@tonic-gate 687c478bd9Sstevel@tonic-gateall := TARGET = all 697c478bd9Sstevel@tonic-gateinstall := TARGET = install 707c478bd9Sstevel@tonic-gateclean := TARGET = clean 717c478bd9Sstevel@tonic-gate 727c478bd9Sstevel@tonic-gateTARG_MACH = sparcv9 737c478bd9Sstevel@tonic-gateTARG_MACH_DIR = sparcv9 747c478bd9Sstevel@tonic-gateARCHVERS = v9 757c478bd9Sstevel@tonic-gatePLATFORM = sun4u 767c478bd9Sstevel@tonic-gateARCHMMU = sfmmu 777c478bd9Sstevel@tonic-gatePROMVERS = ieee1275 787c478bd9Sstevel@tonic-gateASFLAGS += $(sparcv9_XARCH) 797c478bd9Sstevel@tonic-gate 807c478bd9Sstevel@tonic-gateinclude ../Makefile.com 817c478bd9Sstevel@tonic-gate 827c478bd9Sstevel@tonic-gateinclude $(TOPDIR)/psm/Makefile.psm.64 83*d24234c2SJerry Gilliaminclude $(BOOTSRCDIR)/Makefile.rules 847c478bd9Sstevel@tonic-gate 85*d24234c2SJerry GilliamFRC: 867c478bd9Sstevel@tonic-gate 87*d24234c2SJerry Gilliam.KEEP_STATE: 887c478bd9Sstevel@tonic-gate 89*d24234c2SJerry Gilliamall: 907c478bd9Sstevel@tonic-gate 91*d24234c2SJerry Gilliaminstall: all $(LINKED_DIRS) $(LINKED_LIB_DIRS) $(LINKED_LIB_FS_DIRS) 92*d24234c2SJerry Gilliam 93*d24234c2SJerry Gilliamclean: 94*d24234c2SJerry Gilliam 95*d24234c2SJerry Gilliamclobber: clean 96*d24234c2SJerry Gilliam 97*d24234c2SJerry Gilliamlint: 987c478bd9Sstevel@tonic-gate 997c478bd9Sstevel@tonic-gateFRC: 100