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.
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.
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]
22 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
25 #ident "%Z%%M% %I% %E% SMI"
27 # Global definitions for sun4u implementation specific modules.
33 ROOT_CHICAGO_DIR = $(ROOT_PLAT_DIR)/SUNW,A70
34 ROOT_CHICAGO_MOD_DIR = $(ROOT_CHICAGO_DIR)/kernel
36 ROOT_CHICAGO_MISC_DIR_32 = $(ROOT_CHICAGO_MOD_DIR)/misc
37 ROOT_CHICAGO_MISC_DIR_64 = $(ROOT_CHICAGO_MISC_DIR_32)/$(SUBDIR64)
38 ROOT_CHICAGO_DRV_DIR_32 = $(ROOT_CHICAGO_MOD_DIR)/drv
39 ROOT_CHICAGO_DRV_DIR_64 = $(ROOT_CHICAGO_DRV_DIR_32)/$(SUBDIR64)
40 ROOT_CHICAGO_CRYPTO_DIR_32 = $(ROOT_CHICAGO_MOD_DIR)/crypto
41 ROOT_CHICAGO_CRYPTO_DIR_64 = $(ROOT_CHICAGO_CRYPTO_DIR_32)/$(SUBDIR64)
43 ROOT_CHICAGO_MISC_DIR = $(ROOT_CHICAGO_MISC_DIR_$(CLASS))
44 ROOT_CHICAGO_DRV_DIR = $(ROOT_CHICAGO_DRV_DIR_$(CLASS))
45 ROOT_CHICAGO_CRYPTO_DIR = $(ROOT_CHICAGO_CRYPTO_DIR_$(CLASS))
47 ROOT_PLAT_MOD_DIRS += $(ROOT_CHICAGO_MOD_DIR)
48 ROOT_PLAT_MISC_DIRS += $(ROOT_CHICAGO_MISC_DIR)
50 USR_CHICAGO_DIR = $(USR_PLAT_DIR)/SUNW,A70
51 USR_CHICAGO_LINKED_DIR = $(USR_PLAT_DIR)/$(LINKED_PLATFORM)
52 USR_CHICAGO_INC_DIR = $(USR_CHICAGO_DIR)/include
53 USR_CHICAGO_ISYS_DIR = $(USR_CHICAGO_INC_DIR)/sys
54 USR_CHICAGO_SBIN_DIR = $(USR_CHICAGO_DIR)/sbin
55 USR_CHICAGO_LIB_DIR = $(USR_CHICAGO_DIR)/lib
57 CHICAGO_LINT_LIB_DIR= $(UTSBASE)/$(PLATFORM)/chicago/lint-libs/$(OBJS_DIR)
62 CHICAGO_OBJS = chicago.o
67 CHICAGO_KMODS = ppm platmod fpc
70 # Links to UltraSparc III cyrpto modules
72 CHICAGO_CRYPTO_LINKS = aes
74 include $(UTSBASE)/sun4u/chicago/Makefile.files
77 # Include common rules.
79 include $(UTSBASE)/sun4u/Makefile.sun4u
82 # For now, disable these lint checks; maintainers should endeavor
83 # to investigate and remove these for maximum lint coverage.
84 # Please do not carry these forward to new Makefiles.
86 LINTTAGS += -erroff=E_STATIC_UNUSED