Print this page
remove inlines,some other files

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/Makefile.files
          +++ new/usr/src/uts/i86pc/Makefile.files
↓ open down ↓ 144 lines elided ↑ open up ↑
 145  145          boot_mmu.o              \
 146  146          dboot_multiboot2.o      \
 147  147          $(FONT_OBJS)
 148  148  
 149  149  CORE_OBJS += $(BOOT_DRIVER_OBJS)
 150  150  
 151  151  #
 152  152  #       locore.o is special. It must be the first file relocated so that it
 153  153  #       it is relocated just where its name implies.
 154  154  #
 155      -SPECIAL_OBJS_32 +=              \
      155 +SPECIAL_OBJS +=                 \
 156  156          locore.o                \
 157  157          fast_trap_asm.o         \
 158  158          interrupt.o             \
 159      -        syscall_asm.o
 160      -
 161      -SPECIAL_OBJS_64 +=              \
 162      -        locore.o                \
 163      -        fast_trap_asm.o         \
 164      -        interrupt.o             \
 165      -        syscall_asm_amd64.o     \
      159 +        syscall_asm.o           \
 166  160          kpti_trampolines.o
 167  161  
 168      -SPECIAL_OBJS += $(SPECIAL_OBJS_$(CLASS))
 169      -
 170  162  #
 171  163  # Objects that get compiled into the identity mapped PT_LOAD section of unix
 172  164  # to handle the earliest part of booting.
 173  165  #
 174  166  DBOOT_OBJS_32 =
 175  167  
 176  168  DBOOT_OBJS_64 += dboot_elfload.o
 177  169  
 178  170  DBOOT_OBJS +=                   \
 179  171          dboot_asm.o             \
↓ open down ↓ 84 lines elided ↑ open up ↑
 264  256          fast_trap_asm.o         \
 265  257          float.o                 \
 266  258          i86_subr.o              \
 267  259          interrupt.o             \
 268  260          lock_prim.o             \
 269  261          locore.o                \
 270  262          mpcore.o                \
 271  263          sseblk.o                \
 272  264          swtch.o                 \
 273  265          syscall_asm.o           \
 274      -        syscall_asm_amd64.o     \
 275  266          kpti_trampolines.o      \
 276  267          cpr_wakecode.o
 277  268  
 278  269  CPR_IMPL_OBJS   = cpr_impl.o    cpr_wakecode.o
 279  270  
 280  271  $(KDI_ASSYM_DEPS:%=$(OBJS_DIR)/%):      $(DSF_DIR)/$(OBJS_DIR)/kdi_assym.h
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX