Makefile (fb9f9b97) Makefile (b65731f1)
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 7 unchanged lines hidden (view full) ---

16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# uts/sun4u/serengeti/Makefile
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 7 unchanged lines hidden (view full) ---

16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# uts/sun4u/serengeti/Makefile
24# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
25# Use is subject to license terms.
26#
25# Use is subject to license terms.
26#
27#
27#ident "%Z%%M% %I% %E% SMI"
28#
29# This makefile drives the production of the sun4u serengeti platform
30# module.
31#
32# sun4u implementation architecture dependent
33#
34

--- 46 unchanged lines hidden (view full) ---

81# EXPORT DELETE END
82
83install: $(ROOT_SERENGETI_DIR) $(USR_SERENGETI_DIR) \
84 $(USR_SERENGETI_INC_DIR) \
85 $(USR_SERENGETI_SBIN_DIR) \
86 $(USR_SERENGETI_LIB_DIR) \
87 $(SERENGETI_CRYPTO_LINKS) \
88 genassym unix .WAIT \
28#ident "%Z%%M% %I% %E% SMI"
29#
30# This makefile drives the production of the sun4u serengeti platform
31# module.
32#
33# sun4u implementation architecture dependent
34#
35

--- 46 unchanged lines hidden (view full) ---

82# EXPORT DELETE END
83
84install: $(ROOT_SERENGETI_DIR) $(USR_SERENGETI_DIR) \
85 $(USR_SERENGETI_INC_DIR) \
86 $(USR_SERENGETI_SBIN_DIR) \
87 $(USR_SERENGETI_LIB_DIR) \
88 $(SERENGETI_CRYPTO_LINKS) \
89 genassym unix .WAIT \
89 $(SERENGETI_KMODS) $(CLOSED_SERENGETI_KMODS) \
90 pcicfg
90 $(SERENGETI_KMODS) $(CLOSED_SERENGETI_KMODS)
91
91
92pcicfg: $(ROOT_PSM_MISC_DIR_64)/pcicfg.e $(ROOT_SERENGETI_MISC_DIR_64)
93 -@$(RM) $(ROOT_SERENGETI_MISC_DIR_64)/$@
94 $(SYMLINK) ../../../../sun4u/kernel/misc/sparcv9/pcicfg.e \
95 $(ROOT_SERENGETI_MISC_DIR_64)/$@
96
97genassym unix $(SERENGETI_KMODS): FRC
98 @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
99
100$(CLOSED_SERENGETI_KMODS): FRC
101 cd $(CLOSED)/uts/sun4u/serengeti/$@; pwd; \
102 $(MAKE) $(NO_STATE) $(TARGET)
103
104$(SERENGETI_CRYPTO_LINKS): $(ROOT_SERENGETI_CRYPTO_DIR_64)

--- 41 unchanged lines hidden ---
92genassym unix $(SERENGETI_KMODS): FRC
93 @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
94
95$(CLOSED_SERENGETI_KMODS): FRC
96 cd $(CLOSED)/uts/sun4u/serengeti/$@; pwd; \
97 $(MAKE) $(NO_STATE) $(TARGET)
98
99$(SERENGETI_CRYPTO_LINKS): $(ROOT_SERENGETI_CRYPTO_DIR_64)

--- 41 unchanged lines hidden ---