Re: cvs commit: src/sys/conf Makefile.amd64 Makefile.i386 kmod.m
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
討論串 (同標題文章)
完整討論串 (本文為第 2 之 4 篇):