cvs commit: src/sys/conf kmod.mk

Warner Losh imp at FreeBSD.org
Sat Nov 15 17:41:39 PST 2003


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


More information about the cvs-src mailing list