diff usr/src/uts/intel/Makefile.intel.shared @ 2712:f74a135872bc

PSARC/2005/471 BrandZ: Support for non-native zones 6374606 ::nm -D without an object may not work on processes in zones 6409350 BrandZ project integration into Solaris 6455289 pthread_setschedparam() should return EPERM rather than panic libc 6455591 setpriority(3C) gets errno wrong for deficient privileges failure 6458178 fifofs doesn't support lofs mounts of fifos 6460380 Attempted open() of a symlink with the O_NOFOLLOW flag set returns EINVAL, not ELOOP 6463857 renice(1) errors erroneously
author nn35248
date Mon, 11 Sep 2006 22:51:59 -0700
parents 4ea88858d952
children 06c926d616c5
line wrap: on
line diff
--- a/usr/src/uts/intel/Makefile.intel.shared	Mon Sep 11 21:56:06 2006 -0700
+++ b/usr/src/uts/intel/Makefile.intel.shared	Mon Sep 11 22:51:59 2006 -0700
@@ -25,9 +25,11 @@
 #
 # ident	"%Z%%M%	%I%	%E% SMI"
 #
+
 #
 #	This makefile contains the common definitions for all intel
 #	implementation architecture independent modules.
+#
 
 #
 #	Machine type (implementation architecture):
@@ -44,6 +46,7 @@
 #
 UNIX_DIR	 = $(UTSBASE)/i86pc/unix
 GENLIB_DIR	 = $(UTSBASE)/intel/genunix
+GENASSYM_DIR	 = $(UTSBASE)/intel/genassym
 IPDRV_DIR	 = $(UTSBASE)/intel/ip
 MODSTUBS_DIR	 = $(UNIX_DIR)
 DSF_DIR		 = $(UTSBASE)/$(PLATFORM)/genassym
@@ -135,6 +138,7 @@
 ASFLAGS_XARCH		= $(ASFLAGS_XARCH_$(CLASS))
 
 ASFLAGS			+= $(ASFLAGS_XARCH)
+AS_INC_PATH		+= -I$(GENASSYM_DIR)/$(OBJS_DIR)
 
 #
 #	Define the base directory for installation.
@@ -403,6 +407,13 @@
 MISC_KMODS	+= md_sp
 
 #
+#	Brand modules
+#
+MISC_KMODS	+= sn1_brand lx_brand
+DRV_KMODS	+= lx_systrace lx_ptm lx_audio
+STRMOD_KMODS	+= ldlinux
+
+#
 #	Exec Class Modules (/kernel/exec):
 #
 EXEC_KMODS	+= elfexec intpexec javaexec
@@ -416,7 +427,7 @@
 #	File System Modules (/kernel/fs):
 #
 FS_KMODS	+= autofs cachefs ctfs dev devfs fdfs fifofs hsfs lofs
-FS_KMODS	+= mntfs namefs nfs objfs zfs
+FS_KMODS	+= lx_afs lx_proc mntfs namefs nfs objfs zfs
 FS_KMODS	+= pcfs procfs sockfs specfs tmpfs udfs ufs xmemfs
 
 #