From owner-cvs-all@FreeBSD.ORG Sat Nov 15 17:41:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C512A16A4CE; Sat, 15 Nov 2003 17:41:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A06243FBD; Sat, 15 Nov 2003 17:41:39 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG1fdXJ021600; Sat, 15 Nov 2003 17:41:39 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG1fcXL021599; Sat, 15 Nov 2003 17:41:38 -0800 (PST) (envelope-from imp) Message-Id: <200311160141.hAG1fcXL021599@repoman.freebsd.org> From: Warner Losh Date: Sat, 15 Nov 2003 17:41:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 01:41:39 -0000 imp 2003/11/15 17:41:38 PST FreeBSD src repository Modified files: sys/conf kmod.mk Log: Fix the building of null module. In the DIAGNOSTICS case, we include opt_ddb.h. These changes expand green's work of including opt_global.h to prefer opt files in the kernel directory. Further refinement might be needed, but I think this is good. Note: While this is a step on the path to moving the meta information about modules into the config files, it doesn't actually do that. It just pulls in the opt files in a way that allows one to build 'generic' modules outside the tree. Revision Changes Path 1.146 +12 -0 src/sys/conf/kmod.mk