Print this page
remove inlines,some other files
*** 152,176 ****
#
# locore.o is special. It must be the first file relocated so that it
# it is relocated just where its name implies.
#
! SPECIAL_OBJS_32 += \
locore.o \
fast_trap_asm.o \
interrupt.o \
! syscall_asm.o
!
! SPECIAL_OBJS_64 += \
! locore.o \
! fast_trap_asm.o \
! interrupt.o \
! syscall_asm_amd64.o \
kpti_trampolines.o
- SPECIAL_OBJS += $(SPECIAL_OBJS_$(CLASS))
-
#
# object files used to boot into full kernel
#
DBOOT_OBJS_32 = muldiv.o
--- 152,168 ----
#
# locore.o is special. It must be the first file relocated so that it
# it is relocated just where its name implies.
#
! SPECIAL_OBJS += \
locore.o \
fast_trap_asm.o \
interrupt.o \
! syscall_asm.o \
kpti_trampolines.o
#
# object files used to boot into full kernel
#
DBOOT_OBJS_32 = muldiv.o
*** 252,260 ****
lock_prim.o \
locore.o \
panic_asm.o \
sseblk.o \
swtch.o \
! syscall_asm.o \
! syscall_asm_amd64.o
$(KDI_ASSYM_DEPS:%=$(OBJS_DIR)/%): $(DSF_DIR)/$(OBJS_DIR)/kdi_assym.h
--- 244,251 ----
lock_prim.o \
locore.o \
panic_asm.o \
sseblk.o \
swtch.o \
! syscall_asm.o
$(KDI_ASSYM_DEPS:%=$(OBJS_DIR)/%): $(DSF_DIR)/$(OBJS_DIR)/kdi_assym.h