Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2007 16:22:58 GMT
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 119424 for review
Message-ID:  <200705071622.l47GMw3Y059621@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119424

Change 119424 by bms@bms_anglepoise on 2007/05/07 16:22:26

	Hook up CFE and CFE_CONSOLE options to mips build.

Affected files ...

.. //depot/projects/mips2/src/sys/conf/files.mips#18 edit
.. //depot/projects/mips2/src/sys/conf/options.mips#6 edit

Differences ...

==== //depot/projects/mips2/src/sys/conf/files.mips#18 (text+ko) ====

@@ -1,4 +1,8 @@
 # $FreeBSD$
+
+dev/cfe/cfe_api.c		optional	cfe
+dev/cfe/cfe_console.c		optional	cfe_console
+
 mips/mips/autoconf.c		standard
 mips/mips/busdma_machdep.c 	standard
 mips/mips/cache.c		standard
@@ -43,6 +47,7 @@
 libkern/qdivrem.c		standard
 libkern/udivdi3.c		standard
 libkern/umoddi3.c		standard
+
 #XXX: We can't use these versions, as strcmp.c is included conf/files
 #libkern/mips/strcmp.S		standard
 #libkern/mips/strncmp.S		standard

==== //depot/projects/mips2/src/sys/conf/options.mips#6 (text+ko) ====

@@ -8,6 +8,7 @@
 
 YAMON		opt_global.h
 CFE		opt_global.h
+CFE_CONSOLE	opt_global.h
 
 KERNPHYSADDR	opt_global.h
 KERNVIRTADDR	opt_global.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705071622.l47GMw3Y059621>