cvs commit: src/sys/conf Makefile.amd64 Makefile.i386 kmod.mk src/sys/dev/crypto/hifn Makefile src/sys/dev/crypto/ubsec Makefile src/sys/dev/disk/aha Makefile src/sys/dev/disk/aic7xxx/ahc Makefile src/sys/dev/disk/trm Makefile ...
Sascha Wildner
saw at online.de
Sat Feb 19 11:44:42 PST 2005
Matthew Dillon wrote:
: Add support for building modules with configured kernel options,
: iff building modules with kernel. Building modules standalone
: (cd $kmoddir && make) is not affected.
:..
Nice!
There is a problem with that, though. Some kernel configuration options
like UKBD_DFLT_KEYMAP require additional files to be present, in this
case ukbdmap.h. These are not copied by the new kmod.mk (buildkernel
breaks).
What about renaming those files to opt_ukbdmap.h and so on so they fit
into the naming scheme? I guess another option would be to handle them
explicitly in kmod.mk.
Sascha
--
http://yoyodyne.ath.cx
More information about the Commits
mailing list