sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Begin breaking out the AR71xx specific functional drivers into modules.The USB code as it stands includes the bus glue along _with_ the controllercode. So the ohci/ehci modules actually build the
Begin breaking out the AR71xx specific functional drivers into modules.The USB code as it stands includes the bus glue along _with_ the controllercode. So the ohci/ehci modules actually build the USB controller code andthe PCI bus glue.It'd be nice to ship separate modules for the PCI glue and the USBcontroller (so for example if there were a USB controller hanging offthe internal SoC bus as well as an external PCI device) it could be done.This is primarily done to save a few bytes here and there on embeddedsystems with limited flash space for kernels - a very limited (sub-1MB)space may be available for the kernel and may only support gzip encoding.The rootfs can be LZMA compressed.
show more ...