svn commit: r244474 - head/sys/conf

Olivier Houchard cognet at FreeBSD.org
Thu Dec 20 00:57:25 UTC 2012


Author: cognet
Date: Thu Dec 20 00:57:24 2012
New Revision: 244474
URL: http://svnweb.freebsd.org/changeset/base/244474

Log:
  We want to build subr_busdma_bufalloc.c on arm.

Modified:
  head/sys/conf/files.arm

Modified: head/sys/conf/files.arm
==============================================================================
--- head/sys/conf/files.arm	Thu Dec 20 00:50:04 2012	(r244473)
+++ head/sys/conf/files.arm	Thu Dec 20 00:57:24 2012	(r244474)
@@ -70,6 +70,7 @@ font.h				optional	sc			\
 	compile-with	"uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
 	no-obj no-implicit-rule before-depend				\
 	clean	"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
+kern/subr_busdma_bufalloc.c	standard
 kern/subr_dummy_vdso_tc.c	standard
 libkern/arm/divsi3.S		standard
 libkern/arm/ffs.S		standard


More information about the svn-src-head mailing list