summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.mips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-10-23 15:16:40 +0000
committerimp <imp@FreeBSD.org>2012-10-23 15:16:40 +0000
commit896b848c1601e582ac7eebbeafedbc45a3f2fd80 (patch)
tree818ba45f2f5f340aa55c5c3cf50bfcad59ebedb6 /sys/conf/files.mips
parentf368f40efc1f63cef17e645bd8d9487a68048d5b (diff)
downloadFreeBSD-src-896b848c1601e582ac7eebbeafedbc45a3f2fd80.zip
FreeBSD-src-896b848c1601e582ac7eebbeafedbc45a3f2fd80.tar.gz
Add support for syscons (we should consider moving most of this into
files, another day).
Diffstat (limited to 'sys/conf/files.mips')
-rw-r--r--sys/conf/files.mips9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips
index 8687469..d4712ac 100644
--- a/sys/conf/files.mips
+++ b/sys/conf/files.mips
@@ -72,6 +72,15 @@ compat/freebsd32/freebsd32_sysent.c optional compat_freebsd32
kern/imgact_elf32.c optional compat_freebsd32
mips/mips/freebsd32_machdep.c optional compat_freebsd32
+# cfe support
dev/cfe/cfe_api.c optional cfe
dev/cfe/cfe_console.c optional cfe_console
dev/cfe/cfe_env.c optional cfe_env
+
+# syscons support
+dev/fb/fb.c optional sc
+dev/kbd/kbd.c optional sc
+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
OpenPOWER on IntegriCloud