Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
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
[intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD setAdd opt_platform.h and opt_acpi.h to the dependencies so modules can bebuilt as a part of buildworld when MODULES_WITH_WORLD is setRe
[intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD setAdd opt_platform.h and opt_acpi.h to the dependencies so modules can bebuilt as a part of buildworld when MODULES_WITH_WORLD is setReported by: Andre Albsmeier (for 11-stable)MFC after: 1 day
show more ...
r308942 broke kernel build.Add acpi_if.h to module makefile to fix it.Submitted by: peter
[bytgpio] Add module for bytgpio(4)MFC after: 3 days