2008-04-13 06:25:43 +00:00
|
|
|
# This file tells config what files go into building a kernel,
|
|
|
|
# files marked standard are always included.
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2012-10-23 14:58:24 +00:00
|
|
|
# Arch dependent files
|
|
|
|
mips/mips/autoconf.c standard
|
|
|
|
mips/mips/bus_space_generic.c standard
|
|
|
|
mips/mips/busdma_machdep.c standard
|
|
|
|
mips/mips/cache.c standard
|
|
|
|
mips/mips/cache_mipsNN.c standard
|
|
|
|
mips/mips/cpu.c standard
|
|
|
|
mips/mips/db_disasm.c optional ddb
|
|
|
|
mips/mips/db_interface.c optional ddb
|
|
|
|
mips/mips/db_trace.c optional ddb
|
|
|
|
mips/mips/dump_machdep.c standard
|
|
|
|
mips/mips/elf_machdep.c standard
|
|
|
|
mips/mips/exception.S standard
|
|
|
|
mips/mips/fp.S standard
|
2012-10-25 04:30:48 +00:00
|
|
|
mips/mips/freebsd32_machdep.c optional compat_freebsd32
|
2012-10-23 14:58:24 +00:00
|
|
|
mips/mips/gdb_machdep.c standard
|
|
|
|
mips/mips/in_cksum.c optional inet
|
|
|
|
mips/mips/libkern_machdep.c standard
|
|
|
|
mips/mips/locore.S standard no-obj
|
|
|
|
mips/mips/machdep.c standard
|
|
|
|
mips/mips/mem.c optional mem
|
|
|
|
mips/mips/minidump_machdep.c standard
|
|
|
|
mips/mips/mp_machdep.c optional smp
|
|
|
|
mips/mips/mpboot.S optional smp
|
|
|
|
mips/mips/nexus.c standard
|
2015-12-21 18:19:14 +00:00
|
|
|
mips/mips/ofw_machdep.c optional fdt
|
2012-10-23 14:58:24 +00:00
|
|
|
mips/mips/pm_machdep.c standard
|
|
|
|
mips/mips/pmap.c standard
|
|
|
|
mips/mips/ptrace_machdep.c standard
|
|
|
|
mips/mips/sc_machdep.c standard
|
2012-10-26 21:25:10 +00:00
|
|
|
mips/mips/stack_machdep.c optional ddb | stack
|
2013-06-08 13:19:11 +00:00
|
|
|
mips/mips/stdatomic.c standard \
|
|
|
|
compile-with "${NORMAL_C:N-Wmissing-prototypes}"
|
2012-10-23 14:58:24 +00:00
|
|
|
mips/mips/support.S standard
|
2013-09-07 16:31:30 +00:00
|
|
|
mips/mips/bcopy.S standard
|
2012-10-23 14:58:24 +00:00
|
|
|
mips/mips/swtch.S standard
|
|
|
|
mips/mips/sys_machdep.c standard
|
|
|
|
mips/mips/tlb.c standard
|
|
|
|
mips/mips/trap.c standard
|
|
|
|
mips/mips/uio_machdep.c standard
|
|
|
|
mips/mips/uma_machdep.c standard
|
|
|
|
mips/mips/vm_machdep.c standard
|
2008-04-13 06:25:43 +00:00
|
|
|
|
2012-10-23 14:58:24 +00:00
|
|
|
# misc opt-in bits
|
|
|
|
kern/kern_clocksource.c standard
|
|
|
|
kern/link_elf_obj.c standard
|
2015-10-21 15:06:48 +00:00
|
|
|
kern/subr_busdma_bufalloc.c standard
|
2012-10-23 14:58:24 +00:00
|
|
|
kern/subr_dummy_vdso_tc.c standard
|
2016-12-30 17:12:41 +00:00
|
|
|
kern/subr_sfbuf.c optional mips | mipsel | mipsn32
|
|
|
|
kern/subr_sfbuf.c optional mipshf | mipselhf
|
2012-10-23 14:58:24 +00:00
|
|
|
|
|
|
|
# gcc/clang runtime
|
|
|
|
libkern/ffsl.c standard
|
2015-10-22 20:28:37 +00:00
|
|
|
libkern/ffsll.c standard
|
2012-10-23 14:58:24 +00:00
|
|
|
libkern/fls.c standard
|
|
|
|
libkern/flsl.c standard
|
2014-02-14 15:18:37 +00:00
|
|
|
libkern/flsll.c standard
|
2016-12-30 00:34:52 +00:00
|
|
|
libkern/cmpdi2.c optional mips | mipshf | mipsel | mipselhf
|
|
|
|
libkern/ucmpdi2.c optional mips | mipshf | mipsel | mipselhf
|
2015-06-19 01:21:10 +00:00
|
|
|
libkern/ashldi3.c standard
|
|
|
|
libkern/ashrdi3.c standard
|
2018-09-27 14:05:44 +00:00
|
|
|
libkern/memcmp.c standard
|
2012-10-23 14:58:24 +00:00
|
|
|
|
2012-10-23 15:16:40 +00:00
|
|
|
# cfe support
|
2012-10-23 14:58:24 +00:00
|
|
|
dev/cfe/cfe_api.c optional cfe
|
|
|
|
dev/cfe/cfe_console.c optional cfe_console
|
|
|
|
dev/cfe/cfe_env.c optional cfe_env
|
2012-10-23 15:16:40 +00:00
|
|
|
|
|
|
|
# syscons support
|
|
|
|
dev/fb/fb.c optional sc
|
|
|
|
dev/syscons/scgfbrndr.c optional sc
|
|
|
|
mips/mips/sc_machdep.c optional sc
|
2012-10-23 16:07:41 +00:00
|
|
|
|
|
|
|
# FDT support
|
2013-05-21 03:05:49 +00:00
|
|
|
dev/uart/uart_cpu_fdt.c optional uart fdt
|
2012-10-23 16:12:17 +00:00
|
|
|
|
|
|
|
# crypto support -- use generic
|
2017-02-06 08:49:57 +00:00
|
|
|
crypto/blowfish/bf_enc.c optional crypto | ipsec | \
|
|
|
|
ipsec_support
|
|
|
|
crypto/des/des_enc.c optional crypto | ipsec | \
|
|
|
|
ipsec_support | netsmb
|
2012-10-23 19:17:43 +00:00
|
|
|
|
2012-10-28 02:55:51 +00:00
|
|
|
# AP common nvram interface MIPS specific, but maybe should be more generic
|
2016-07-24 08:35:45 +00:00
|
|
|
dev/nvram2env/nvram2env_mips.c optional nvram2env
|
2012-10-23 19:17:43 +00:00
|
|
|
dev/nvram2env/nvram2env.c optional nvram2env
|
2012-10-24 06:10:09 +00:00
|
|
|
|
2012-10-28 02:55:51 +00:00
|
|
|
# hwpmc support
|
2012-10-24 15:45:26 +00:00
|
|
|
dev/hwpmc/hwpmc_mips.c optional hwpmc
|
2012-11-17 04:09:28 +00:00
|
|
|
dev/hwpmc/hwpmc_mips24k.c optional hwpmc_mips24k
|
2015-04-05 02:57:02 +00:00
|
|
|
dev/hwpmc/hwpmc_mips74k.c optional hwpmc_mips74k
|
2016-03-29 15:19:56 +00:00
|
|
|
|
|
|
|
# ofw support
|
|
|
|
dev/ofw/ofwpci.c optional fdt pci
|
2016-05-05 13:54:50 +00:00
|
|
|
|
2016-11-19 17:01:06 +00:00
|
|
|
# INTRNG support code
|
|
|
|
kern/msi_if.m optional intrng
|
|
|
|
kern/pic_if.m optional intrng
|
|
|
|
kern/subr_intr.c optional intrng
|
|
|
|
# INTRNG compatible MIPS32 interrupt controller
|
|
|
|
mips/mips/mips_pic.c optional intrng
|
|
|
|
|
2016-05-05 13:54:50 +00:00
|
|
|
# DTrace
|
|
|
|
cddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs | dtrace compile-with "${CDDL_C}"
|
|
|
|
cddl/dev/dtrace/mips/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}"
|
|
|
|
cddl/dev/dtrace/mips/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"
|
|
|
|
cddl/dev/fbt/mips/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
|
2018-01-10 06:30:59 +00:00
|
|
|
|
|
|
|
# Zstd
|
2018-07-05 17:07:23 +00:00
|
|
|
contrib/zstd/lib/freebsd/zstd_kfreebsd.c optional zstdio compile-with ${ZSTD_C}
|