Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/Makefile.sun4u.shared
          +++ new/usr/src/uts/sun4u/Makefile.sun4u.shared
↓ open down ↓ 148 lines elided ↑ open up ↑
 149  149  include $(SRC)/psm/promif/$(PROMIF)/$(PLATFORM)/Makefile.files
 150  150  include $(UTSTREE)/common/Makefile.files
 151  151  
 152  152  #
 153  153  #       Include machine independent rules. Note that this does not imply
 154  154  #       that the resulting module from rules in Makefile.uts is machine
 155  155  #       independent. Only that the build rules are machine independent.
 156  156  #
 157  157  include $(UTSBASE)/Makefile.uts
 158  158  
 159      -# These come after Makefile.uts (for CLOSED_BUILD).
      159 +# These come after Makefile.uts.
 160  160  IMPLEMENTATIONS          = tazmo 
 161  161  IMPLEMENTATIONS         += starfire 
 162  162  IMPLEMENTATIONS         += javelin 
 163  163  IMPLEMENTATIONS         += darwin 
 164  164  IMPLEMENTATIONS         += quasar 
 165  165  IMPLEMENTATIONS         += grover 
 166  166  IMPLEMENTATIONS         += enchilada 
 167  167  IMPLEMENTATIONS         += taco 
 168  168  IMPLEMENTATIONS         += mpxu 
 169  169  IMPLEMENTATIONS         += excalibur 
↓ open down ↓ 9 lines elided ↑ open up ↑
 179  179  IMPLEMENTATIONS         += blade 
 180  180  IMPLEMENTATIONS         += boston 
 181  181  IMPLEMENTATIONS         += seattle 
 182  182  IMPLEMENTATIONS         += chicago 
 183  183  IMPLEMENTATIONS         += sunfire 
 184  184  IMPLEMENTATIONS         += lw8 
 185  185  IMPLEMENTATIONS         += makaha 
 186  186  IMPLEMENTATIONS         += opl 
 187  187  IMPLEMENTATIONS         += lw2plus 
 188  188  
 189      -$(CLOSED_BUILD)CLOSED_IMPLEMENTATIONS   = chalupa 
 190      -$(CLOSED_BUILD)CLOSED_IMPLEMENTATIONS   += ents 
 191      -
 192  189  #
 193  190  #       machine specific optimization, override default in Makefile.master
 194  191  #
 195  192  CC_XARCH        = -m64 -xarch=sparcvis
 196  193  AS_XARCH        = -xarch=v9a
 197  194  COPTIMIZE       = -xO3
 198  195  CCMODE          = -Xa
 199  196  
 200  197  CFLAGS          = -xchip=ultra $(CCABS32) $(CCREGSYM)
 201  198  CFLAGS          += $(CC_XARCH)
↓ open down ↓ 189 lines elided ↑ open up ↑
 391  388  DRV_KMODS       += pmc
 392  389  DRV_KMODS       += trapstat
 393  390  DRV_KMODS       += rmc_comm
 394  391  DRV_KMODS       += rmcadm
 395  392  DRV_KMODS       += rmclomv
 396  393  DRV_KMODS       += sf
 397  394  DRV_KMODS       += nxge
 398  395  DRV_KMODS       += i2bsc 
 399  396  DRV_KMODS       += mem_cache
 400  397  
 401      -$(CLOSED_BUILD)CLOSED_DRV_KMODS += ctsmc
 402      -$(CLOSED_BUILD)CLOSED_DRV_KMODS += m1535ppm
 403      -$(CLOSED_BUILD)CLOSED_DRV_KMODS += memtest
 404      -$(CLOSED_BUILD)CLOSED_DRV_KMODS += mi2cv
 405      -$(CLOSED_BUILD)CLOSED_DRV_KMODS += smbus_ara
 406      -
 407  398  #
 408  399  #       Exec Class Modules (/kernel/exec):
 409  400  #
 410  401  EXEC_KMODS      +=
 411  402  
 412  403  #
 413  404  #       Scheduling Class Modules (/kernel/sched):
 414  405  #
 415  406  SCHED_KMODS     +=
 416  407  
↓ open down ↓ 36 lines elided ↑ open up ↑
 453  444  CRYPTO_KMODS    += arcfour
 454  445  CRYPTO_KMODS    += des
 455  446  
 456  447  #
 457  448  #       generic-unix module (/kernel/genunix):
 458  449  #
 459  450  GENUNIX_KMODS   += genunix
 460  451  
 461  452  #       'User' "Modules" excluded from the Full Kernel lint target:
 462  453  #
 463      -$(CLOSED_BUILD)CLOSED_NLMISC_KMODS      += forthdebug
 464  454  
 465  455  #
 466  456  #       Modules eXcluded from the product:
 467  457  #
 468  458  XMODS           +=
 469  459  
 470  460  #
 471  461  #       cpu modules
 472  462  #
 473  463  CPU_KMODS       += cheetah cheetahplus jalapeno serrano spitfire hummingbird
 474  464  
 475  465  #
 476  466  #       sun4u 'TOD' Modules (/platform/.../kernel/tod):
 477  467  #
 478  468  TOD_KMODS       += todds1287 todds1337 todmostek todstarfire 
 479  469  TOD_KMODS       += todm5819 todblade todbq4802 todsg todopl
 480  470  TOD_KMODS       += todm5819p_rmc todstarcat 
 481  471  
 482      -$(CLOSED_BUILD)CLOSED_TOD_KMODS += todm5823
 483      -
 484  472  #
 485  473  #       Performance Counter BackEnd Modules (/usr/kernel/pcbe):
 486  474  #
 487  475  PCBE_KMODS      += us234_pcbe
 488  476  PCBE_KMODS      += opl_pcbe
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX