Date: Mon, 14 Aug 2006 21:09:37 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files Message-ID: <200608142109.k7EL9bFD037592@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2006-08-14 21:09:37 UTC FreeBSD src repository Modified files: sys/conf files Log: Do not include ucom as a dependency line to enable inclusion of the serial line usb drivers that depend on it. Instead, let the compile fail rather than silently not including the driver. This is more in line with how we handle things like mii. # I'll note: a better system for coping with missing depends is needed, # but this dependency is clearly backwards given our current flawed # depend system. Revision Changes Path 1.1140 +7 -7 src/sys/conf/files
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608142109.k7EL9bFD037592>