summaryrefslogtreecommitdiff
path: root/usr/src/Makefile.psm
diff options
context:
space:
mode:
authorae112802 <none@none>2005-06-27 10:46:13 -0700
committerae112802 <none@none>2005-06-27 10:46:13 -0700
commit18a0bfde1f6ea4415db82862addd0a30be3c43ee (patch)
treec5864abaad2ff6a681fd6f05510ce12204ee7d3d /usr/src/Makefile.psm
parent59d7180a9ad0a04b9cedd315c38f5346af1d9533 (diff)
downloadillumos-gate-18a0bfde1f6ea4415db82862addd0a30be3c43ee.tar.gz
6289703 Remove SUNWust1u.v package -- we do not need it
6290564 Move sun4v PCBE to architecture specific /platform directory 6288882 fix the lint warnings caused by bugid 6263600 --HG-- rename : usr/src/pkgdefs/SUNWust1u.v/Makefile => deleted_files/usr/src/pkgdefs/SUNWust1u.v/Makefile rename : usr/src/pkgdefs/SUNWust1u.v/pkginfo.tmpl => deleted_files/usr/src/pkgdefs/SUNWust1u.v/pkginfo.tmpl rename : usr/src/pkgdefs/SUNWust1u.v/prototype_com => deleted_files/usr/src/pkgdefs/SUNWust1u.v/prototype_com rename : usr/src/pkgdefs/SUNWust1u.v/prototype_sparc => deleted_files/usr/src/pkgdefs/SUNWust1u.v/prototype_sparc
Diffstat (limited to 'usr/src/Makefile.psm')
-rw-r--r--usr/src/Makefile.psm6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/Makefile.psm b/usr/src/Makefile.psm
index b242148298..7528b5af60 100644
--- a/usr/src/Makefile.psm
+++ b/usr/src/Makefile.psm
@@ -20,7 +20,7 @@
# CDDL HEADER END
#
#
-# Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
@@ -66,6 +66,7 @@ ROOT_PSM_TOD_DIR_32 = $(ROOT_PSM_MOD_DIR)/tod
ROOT_PSM_MMU_DIR_32 = $(ROOT_PSM_MOD_DIR)/mmu
ROOT_PSM_DACF_DIR_32 = $(ROOT_PSM_MOD_DIR)/dacf
ROOT_PSM_CRYPTO_DIR_32 = $(ROOT_PSM_MOD_DIR)/crypto
+ROOT_PSM_PCBE_DIR_32 = $(ROOT_PSM_MOD_DIR)/pcbe
ROOT_PSM_KERN_DIR_64 = $(ROOT_PSM_MOD_DIR)/$(SUBDIR64)
ROOT_PSM_DRV_DIR_64 = $(ROOT_PSM_MOD_DIR)/drv/$(SUBDIR64)
@@ -83,6 +84,7 @@ ROOT_PSM_TOD_DIR_64 = $(ROOT_PSM_MOD_DIR)/tod/$(SUBDIR64)
ROOT_PSM_MMU_DIR_64 = $(ROOT_PSM_MOD_DIR)/mmu/$(SUBDIR64)
ROOT_PSM_DACF_DIR_64 = $(ROOT_PSM_MOD_DIR)/dacf/$(SUBDIR64)
ROOT_PSM_CRYPTO_DIR_64 = $(ROOT_PSM_MOD_DIR)/crypto/$(SUBDIR64)
+ROOT_PSM_PCBE_DIR_64 = $(ROOT_PSM_MOD_DIR)/pcbe/$(SUBDIR64)
ROOT_PSM_KERN_DIR = $(ROOT_PSM_KERN_DIR_$(CLASS))
ROOT_PSM_DRV_DIR = $(ROOT_PSM_DRV_DIR_$(CLASS))
@@ -100,6 +102,7 @@ ROOT_PSM_TOD_DIR = $(ROOT_PSM_TOD_DIR_$(CLASS))
ROOT_PSM_MMU_DIR = $(ROOT_PSM_MMU_DIR_$(CLASS))
ROOT_PSM_DACF_DIR = $(ROOT_PSM_DACF_DIR_$(CLASS))
ROOT_PSM_CRYPTO_DIR = $(ROOT_PSM_CRYPTO_DIR_$(CLASS))
+ROOT_PSM_PCBE_DIR = $(ROOT_PSM_PCBE_DIR_$(CLASS))
ROOT_PSM_MOD_DIRS_32 = $(ROOT_PSM_DRV_DIR_32)
ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_EXEC_DIR_32) $(ROOT_PSM_FS_DIR_32)
@@ -111,6 +114,7 @@ ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_TOD_DIR_32)
ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_MMU_DIR_32)
ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_DACF_DIR_32)
ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_CRYPTO_DIR_32)
+ROOT_PSM_MOD_DIRS_32 += $(ROOT_PSM_PCBE_DIR_32)
USR_PLAT_DIR = $(ROOT)/usr/platform