Print this page
104 Bring back lx brand

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/Makefile.intel.shared
          +++ new/usr/src/uts/intel/Makefile.intel.shared
↓ open down ↓ 33 lines elided ↑ open up ↑
  34   34  #
  35   35  #       Everybody needs to know how to build modstubs.o and to locate unix.o.
  36   36  #       Note that unix.o must currently be selected from among the possible
  37   37  #       "implementation architectures". Note further, that unix.o is only
  38   38  #       used as an optional error check for undefines so (theoretically)
  39   39  #       any "implementation architectures" could be used. We choose i86pc
  40   40  #       because it is the reference port.
  41   41  #
  42   42  UNIX_DIR         = $(UTSBASE)/i86pc/unix
  43   43  GENLIB_DIR       = $(UTSBASE)/intel/genunix
       44 +GENASSYM_DIR     = $(UTSBASE)/intel/genassym
  44   45  IPDRV_DIR        = $(UTSBASE)/intel/ip
  45   46  MODSTUBS_DIR     = $(UNIX_DIR)
  46   47  DSF_DIR          = $(UTSBASE)/$(PLATFORM)/genassym
  47   48  LINTS_DIR        = $(OBJS_DIR)
  48   49  LINT_LIB_DIR     = $(UTSBASE)/intel/lint-libs/$(OBJS_DIR)
  49   50  
  50   51  UNIX_O           = $(UNIX_DIR)/$(OBJS_DIR)/unix.o
  51   52  GENLIB           = $(GENLIB_DIR)/$(OBJS_DIR)/libgenunix.so
  52   53  MODSTUBS_O       = $(MODSTUBS_DIR)/$(OBJS_DIR)/modstubs.o
  53   54  LINT_LIB         = $(UTSBASE)/i86pc/lint-libs/$(OBJS_DIR)/llib-lunix.ln
↓ open down ↓ 72 lines elided ↑ open up ↑
 126  127  CFLAGS                  += $(SPACEFLAG)
 127  128  CFLAGS                  += $(CCUNBOUND)
 128  129  CFLAGS                  += $(CFLAGS_uts)
 129  130  CFLAGS                  += -xstrconst
 130  131  
 131  132  ASFLAGS_XARCH_32        = $(i386_ASFLAGS)
 132  133  ASFLAGS_XARCH_64        = $(amd64_ASFLAGS)
 133  134  ASFLAGS_XARCH           = $(ASFLAGS_XARCH_$(CLASS))
 134  135  
 135  136  ASFLAGS                 += $(ASFLAGS_XARCH)
      137 +AS_INC_PATH             += -I$(GENASSYM_DIR)/$(OBJS_DIR)
 136  138  
 137  139  #
 138  140  #       Define the base directory for installation.
 139  141  #
 140  142  BASE_INS_DIR    = $(ROOT)
 141  143  
 142  144  #
 143  145  #       Debugging level
 144  146  #
 145  147  #       Special knowledge of which special debugging options affect which
↓ open down ↓ 349 lines elided ↑ open up ↑
 495  497  #
 496  498  #       LVM modules
 497  499  #
 498  500  DRV_KMODS       += md
 499  501  MISC_KMODS      += md_stripe md_hotspares md_mirror md_raid md_trans md_notify
 500  502  MISC_KMODS      += md_sp
 501  503  
 502  504  #
 503  505  #       Brand modules
 504  506  #
 505      -BRAND_KMODS     += sn1_brand s10_brand
      507 +BRAND_KMODS     += sn1_brand s10_brand lx_brand
      508 +DRV_KMODS       += lx_systrace lx_ptm lx_audio
      509 +STRMOD_KMODS    += ldlinux
 506  510  
 507  511  #
 508  512  #       Exec Class Modules (/kernel/exec):
 509  513  #
 510  514  EXEC_KMODS      += elfexec intpexec shbinexec javaexec
 511  515  
 512  516  #
 513  517  #       Scheduling Class Modules (/kernel/sched):
 514  518  #
 515  519  SCHED_KMODS     += IA RT TS RT_DPTBL TS_DPTBL FSS FX FX_DPTBL SDC
 516  520  
 517  521  #
 518  522  #       File System Modules (/kernel/fs):
 519  523  #
 520  524  FS_KMODS        += autofs cachefs ctfs dcfs dev devfs fdfs fifofs hsfs lofs
 521      -FS_KMODS        += mntfs namefs nfs objfs zfs zut
      525 +FS_KMODS        += lx_afs lx_proc mntfs namefs nfs objfs zfs zut
 522  526  FS_KMODS        += pcfs procfs sockfs specfs tmpfs udfs ufs sharefs
 523  527  FS_KMODS        += smbfs
 524  528  
 525  529  #
 526  530  #       Streams Modules (/kernel/strmod):
 527  531  #
 528  532  STRMOD_KMODS    += bufmod connld dedump ldterm pckt pfmod pipemod
 529  533  STRMOD_KMODS    += ptem redirmod rpcmod rlmod telmod timod
 530  534  STRMOD_KMODS    += spppasyn spppcomp
 531  535  STRMOD_KMODS    += tirdwr ttcompat
↓ open down ↓ 205 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX