diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2016-12-30 17:12:41 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2016-12-30 17:12:41 +0000 |
commit | 3abdc65497731fda36880db53dff3407041c7908 (patch) | |
tree | 4a7d8eecc6b214b2025b9fd869aa92a0d8e704f2 /sys/conf/files.mips | |
parent | 436b590a4ba2d27e63469cf699cb6939ab024e8b (diff) |
Restore status quo: mips64 does not need subr_sfbuf.c
Reported by: br
Notes
Notes:
svn path=/head/; revision=310829
Diffstat (limited to 'sys/conf/files.mips')
-rw-r--r-- | sys/conf/files.mips | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips index 2c3bd5138dc7..0fbdd1c3bd3e 100644 --- a/sys/conf/files.mips +++ b/sys/conf/files.mips @@ -52,7 +52,8 @@ kern/kern_clocksource.c standard kern/link_elf_obj.c standard kern/subr_busdma_bufalloc.c standard kern/subr_dummy_vdso_tc.c standard -kern/subr_sfbuf.c standard +kern/subr_sfbuf.c optional mips | mipsel | mipsn32 +kern/subr_sfbuf.c optional mipshf | mipselhf # gcc/clang runtime libkern/ffsl.c standard |