Print this page
saveargs: Implement as libsaveargs
*** 27,43 ****
kaif_invoke.s \
kmdb_start.s
KMDBSRCS += \
kmdb_makecontext.c \
! mdb_amd64util.c \
! saveargs.c
!
! %.o: $(SRC)/common/saveargs/%.c
! $(COMPILE.c) $<
! $(CTFCONVERT_O)
!
! %.ln: $(SRC)/common/saveargs/%.c
! $(LINT.c) -c $<
SACPPFLAGS = -D__$(MACH64) -U__$(MACH)
- CPPFLAGS += -I$(SRC)/common/saveargs
--- 27,34 ----
kaif_invoke.s \
kmdb_start.s
KMDBSRCS += \
kmdb_makecontext.c \
! mdb_amd64util.c
SACPPFLAGS = -D__$(MACH64) -U__$(MACH)