Home | History | Annotate | Download | only in kernel

Lines Matching refs:ARCHDIR

103 ARCHDIR:=		${.PARSEDIR}/arch/${MACHINE_ARCH}
105 ARCHDIR:= ${.PARSEDIR}/arch/${MACHINE_CPU}
107 .PATH: ${ARCHDIR}
109 .if exists(${ARCHDIR}/stack_pointer.h)
110 CPPFLAGS.t_signal_and_sp.c+= -I${ARCHDIR} -DHAVE_STACK_POINTER_H
114 .if exists(${ARCHDIR}/contextspfunc.S)
118 .if exists(${ARCHDIR}/signalsphandler.S)
122 .if exists(${ARCHDIR}/threadspfunc.S)
130 .if exists(${ARCHDIR}/execsp.S)
184 CPPFLAGS.t_execregs.c+= -I${ARCHDIR}