Date: Sat, 7 Dec 2013 15:24:43 +0000 (UTC) From: Aleksandr Rybalko <ray@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259071 - head/sys/conf Message-ID: <201312071524.rB7FOhWn008164@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ray Date: Sat Dec 7 15:24:43 2013 New Revision: 259071 URL: http://svnweb.freebsd.org/changeset/base/259071 Log: Include dev/fb/fb_if.m in build always, without it kms modules complain about lack of fb_getinfo_desc symbol. Submitted by: dumbbell Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Sat Dec 7 13:11:50 2013 (r259070) +++ head/sys/conf/files Sat Dec 7 15:24:43 2013 (r259071) @@ -1397,7 +1397,7 @@ dev/ex/if_ex_pccard.c optional ex pccar dev/exca/exca.c optional cbb dev/fatm/if_fatm.c optional fatm pci dev/fb/fbd.c optional fbd | vt -dev/fb/fb_if.m optional fbd | vt +dev/fb/fb_if.m standard dev/fb/splash.c optional splash dev/fdt/fdt_common.c optional fdt dev/fdt/fdt_ic_if.m optional fdt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312071524.rB7FOhWn008164>