Lines Matching +full:smp +full:- +full:offset
9 # The long compile-with and dependency lines are required because of
10 # limitations in config: backslash-newline doesn't work in strings, and
13 cddl/dev/dtrace/i386/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}"
14 cddl/dev/dtrace/i386/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"
17 crypto/openssl/i386/aesni-x86.S optional ossl
18 crypto/openssl/i386/chacha-x86.S optional ossl
19 crypto/openssl/i386/poly1305-x86.S optional ossl
20 crypto/openssl/i386/sha1-586.S optional ossl
21 crypto/openssl/i386/sha256-586.S optional ossl
22 crypto/openssl/i386/sha512-586.S optional ossl
43 compile-with "${NORMAL_S}" \
44 no-obj no-implicit-rule before-depend \
48 compile-with "${OBJCOPY} -S -O binary acpi_wakecode.o ${.TARGET}" \
49 no-obj no-implicit-rule before-depend \
53 compile-with "file2c -sx 'static char wakecode[] = {' '};' < acpi_wakecode.bin > ${.TARGET}" \
54 no-obj no-implicit-rule before-depend \
58 compile-with '${NM} -n --defined-only acpi_wakecode.o | while read offset dummy what; do echo "#define $${what} 0x$${offset}"; done > ${.TARGET}' \
59 no-obj no-implicit-rule before-depend \
73 i386/i386/elan-mmcr.c optional cpu_elan | cpu_soekris
82 i386/i386/locore.S standard no-obj
89 i386/i386/mp_clock.c optional smp
90 i386/i386/mp_machdep.c optional smp
91 i386/i386/mpboot.S optional smp
126 # about marking non-optional things 'standard'.
138 # Clock calibration subroutine; uses floating-point arithmetic
141 compile-with "${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} -m80387 ${.IMPSRC}" \
142 no-implicit-rule \