Home | History | Annotate | Download | only in sun4u
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the "License").
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets "[]" replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 #
     22 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
     23 # Use is subject to license terms.
     24 #
     25 
     26 TOPDIR =	../../../../..
     27 
     28 include $(TOPDIR)/uts/Makefile.uts
     29 
     30 MODULE	= fs
     31 
     32 PLATLINKS	= SUNW,Ultra-2
     33 PLATLINKS	+= SUNW,Ultra-250
     34 PLATLINKS	+= SUNW,Ultra-4
     35 PLATLINKS	+= SUNW,Ultra-Enterprise
     36 PLATLINKS	+= SUNW,Ultra-Enterprise-10000
     37 PLATLINKS	+= SUNW,UltraSPARC-IIi-Netract
     38 PLATLINKS	+= SUNW,UltraSPARC-IIe-NetraCT-40
     39 PLATLINKS	+= SUNW,UltraSPARC-IIe-NetraCT-60
     40 PLATLINKS	+= SUNW,Sun-Blade-100
     41 PLATLINKS	+= SUNW,Sun-Blade-1000
     42 PLATLINKS	+= SUNW,Sun-Blade-1500
     43 PLATLINKS	+= SUNW,Sun-Blade-2500
     44 PLATLINKS	+= SUNW,A70
     45 PLATLINKS	+= SUNW,Sun-Fire-V445
     46 PLATLINKS	+= SUNW,Sun-Fire-V215
     47 PLATLINKS	+= SUNW,Sun-Fire
     48 PLATLINKS	+= SUNW,Sun-Fire-V240
     49 PLATLINKS	+= SUNW,Sun-Fire-V250
     50 PLATLINKS	+= SUNW,Sun-Fire-V440
     51 PLATLINKS	+= SUNW,Sun-Fire-280R
     52 PLATLINKS	+= SUNW,Sun-Fire-15000
     53 PLATLINKS	+= SUNW,Sun-Fire-880
     54 PLATLINKS	+= SUNW,Sun-Fire-480R
     55 PLATLINKS	+= SUNW,Sun-Fire-V890
     56 PLATLINKS	+= SUNW,Sun-Fire-V490
     57 PLATLINKS	+= SUNW,Serverblade1
     58 PLATLINKS	+= SUNW,Netra-T12
     59 PLATLINKS	+= SUNW,Netra-T4
     60 PLATLINKS	+= SUNW,Netra-CP2300
     61 PLATLINKS	+= SUNW,Netra-CP3010
     62 PLATLINKS	+= SUNW,SPARC-Enterprise
     63 
     64 LINKED_DIRS	= $(PLATLINKS:%=$(USR_PLAT_DIR)/%)
     65 LINKED_LIB_DIRS	= $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib)
     66 LINKED_LIB_FS_DIRS	= $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib/fs)
     67 
     68 all	:=	TARGET = all
     69 install	:=	TARGET = install
     70 clean	:=	TARGET = clean
     71 
     72 TARG_MACH =	sparcv9
     73 TARG_MACH_DIR =	sparcv9
     74 ARCHVERS =	v9
     75 PLATFORM =	sun4u
     76 ARCHMMU  =	sfmmu
     77 PROMVERS =	ieee1275
     78 ASFLAGS +=	$(sparcv9_XARCH)
     79 
     80 include ../Makefile.com
     81 
     82 include $(TOPDIR)/psm/Makefile.psm.64
     83 include $(BOOTSRCDIR)/Makefile.rules
     84 
     85 FRC:
     86 
     87 .KEEP_STATE:
     88 
     89 all: 
     90 
     91 install: all $(LINKED_DIRS) $(LINKED_LIB_DIRS) $(LINKED_LIB_FS_DIRS)
     92 
     93 clean:
     94 
     95 clobber: clean
     96 
     97 lint:
     98 
     99 FRC:
    100