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
|
2013-01-12 15:58:20 +00:00
|
|
|
mips/mips/bus_space_fdt.c optional fdt
|
2012-10-23 14:58:24 +00:00
|
|
|
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
|
|
|
|
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
|
|
|
|
kern/subr_dummy_vdso_tc.c standard
|
|
|
|
|
|
|
|
# gcc/clang runtime
|
|
|
|
libkern/ffsl.c standard
|
|
|
|
libkern/fls.c standard
|
|
|
|
libkern/flsl.c standard
|
2014-02-14 15:18:37 +00:00
|
|
|
libkern/flsll.c standard
|
2012-10-23 14:58:24 +00:00
|
|
|
libkern/memmove.c standard
|
2013-09-06 05:38:20 +00:00
|
|
|
libkern/cmpdi2.c optional mips | mipsel
|
2012-10-25 04:21:05 +00:00
|
|
|
libkern/ucmpdi2.c optional mips | mipsel
|
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
|
2014-07-30 15:43:17 +00:00
|
|
|
dev/kbd/kbd.c optional sc | vt
|
2012-10-23 15:16:40 +00:00
|
|
|
dev/syscons/scgfbrndr.c optional sc
|
|
|
|
dev/syscons/scterm-teken.c optional sc
|
|
|
|
dev/syscons/scvtb.c optional sc
|
|
|
|
mips/mips/sc_machdep.c optional sc
|
2012-10-23 16:07:41 +00:00
|
|
|
|
|
|
|
# FDT support
|
|
|
|
dev/fdt/fdt_mips.c optional fdt
|
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
|
|
|
|
crypto/blowfish/bf_enc.c optional crypto | ipsec
|
2013-06-28 21:00:08 +00:00
|
|
|
crypto/des/des_enc.c optional crypto | ipsec | 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
|
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
|