Makefile.psm (986fd29a0dc13f7608ef7f508f6e700bd7bc2720) Makefile.psm (d876c67df282cf8c0136415d482d92d16ee59a0b)
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

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

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#
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

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

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 2007 Sun Microsystems, Inc. All rights reserved.
22# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24#
25# ident "%Z%%M% %I% %E% SMI"
26#
27# usr/src/Makefile.psm
28#
29# Makefile.psm, global definitions for platform specific modules
30

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

114ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_MACH_DIR_32) $(ROOT_PSM_CPU_DIR_32)
115ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_TOD_DIR_32)
116ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_MMU_DIR_32)
117ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_DACF_DIR_32)
118ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_CRYPTO_DIR_32)
119ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_PCBE_DIR_32)
120ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_BRAND_DIR_32)
121
23# Use is subject to license terms.
24#
25# ident "%Z%%M% %I% %E% SMI"
26#
27# usr/src/Makefile.psm
28#
29# Makefile.psm, global definitions for platform specific modules
30

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

114ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_MACH_DIR_32) $(ROOT_PSM_CPU_DIR_32)
115ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_TOD_DIR_32)
116ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_MMU_DIR_32)
117ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_DACF_DIR_32)
118ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_CRYPTO_DIR_32)
119ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_PCBE_DIR_32)
120ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_BRAND_DIR_32)
121
122ROOT_PSM_LIB_FS_DIR = $(ROOT_PSM_LIB_DIR)/fs
123ROOT_PSM_LIB_UFS_DIR = $(ROOT_PSM_LIB_FS_DIR)/ufs
124ROOT_PSM_LIB_NFS_DIR = $(ROOT_PSM_LIB_FS_DIR)/nfs
125ROOT_PSM_LIB_HSFS_DIR = $(ROOT_PSM_LIB_FS_DIR)/hsfs
126ROOT_PSM_LIB_ZFS_DIR = $(ROOT_PSM_LIB_FS_DIR)/zfs
127
122USR_PLAT_DIR = $(ROOT)/usr/platform
123
124USR_PSM_DIR = $(USR_PLAT_DIR)/$(PLATFORM)
125
126USR_PSM_MOD_DIR = $(USR_PSM_DIR)/kernel
127USR_PSM_INCL_DIR = $(USR_PSM_DIR)/include
128USR_PSM_LIB_DIR = $(USR_PSM_DIR)/lib
129USR_PSM_LIB64_DIR = $(USR_PSM_LIB_DIR)/$(MACH64)

--- 91 unchanged lines hidden ---
128USR_PLAT_DIR = $(ROOT)/usr/platform
129
130USR_PSM_DIR = $(USR_PLAT_DIR)/$(PLATFORM)
131
132USR_PSM_MOD_DIR = $(USR_PSM_DIR)/kernel
133USR_PSM_INCL_DIR = $(USR_PSM_DIR)/include
134USR_PSM_LIB_DIR = $(USR_PSM_DIR)/lib
135USR_PSM_LIB64_DIR = $(USR_PSM_LIB_DIR)/$(MACH64)

--- 91 unchanged lines hidden ---