diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2021-07-27 23:50:52 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2021-07-27 23:52:39 +0000 |
| commit | e0229c5110d2a35e1cc464a596fff2498b836b1c (patch) | |
| tree | 82b3370304fde2a5f7b33428597861550a0eba7d | |
| parent | 1a7c2789a9b9d26d56cb49b597b94284a8310f45 (diff) | |
Remove opensolaris_atomic.S dependency.
This file is no longer there, so this broke static zfs build.
MFC after: 1 week
| -rw-r--r-- | sys/conf/files.i386 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index d0148f280903..8083392c53f6 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -22,7 +22,6 @@ cloudabi32_vdso_blob.o optional compat_cloudabi32 \ compile-with "${OBJCOPY} --input-target binary --output-target elf32-i386-freebsd --binary-architecture i386 cloudabi32_vdso.o ${.TARGET}" \ no-implicit-rule \ clean "cloudabi32_vdso_blob.o" -cddl/contrib/opensolaris/common/atomic/i386/opensolaris_atomic.S optional zfs | dtrace compile-with "${ZFS_S}" cddl/dev/dtrace/i386/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}" cddl/dev/dtrace/i386/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}" crypto/aesni/aeskeys_i386.S optional aesni |
