看板 DFBSD_commit 關於我們 聯絡資訊
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