sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
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
Fix parallel builds by specifying *all* required headers in SRCS.Submitted by: manuPointy hat: ian
Inspired by r262522, fix make depend. This fixes the build of gpio modules.Approved by: adrian (mentor)
Allow building the GPIO bus and associated bits as modules.This is primarily done to save a few bytes here and there on embeddedsystems with limited flash space for kernels - a very limited (sub-1
Allow building the GPIO bus and associated bits as modules.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 ...