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