kern: Remove needless kern.opts.mkWe don't need kern.opts.mk in any of these places. None of theseMakefiles reference any MK_ options. Some don't even need SYSDIR,but leave that defined in the on
kern: Remove needless kern.opts.mkWe don't need kern.opts.mk in any of these places. None of theseMakefiles reference any MK_ options. Some don't even need SYSDIR,but leave that defined in the ones that do.Sponsored by: Netflix
show more ...
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
Allow building VNIC as a moduleAdd directory structure and fix dependencies to be able tobuild and use Cavium VNIC driver as a module.Reviewed by: zbbObtained from: SemihalfSponsored by: Caviu
Allow building VNIC as a moduleAdd directory structure and fix dependencies to be able tobuild and use Cavium VNIC driver as a module.Reviewed by: zbbObtained from: SemihalfSponsored by: CaviumDifferential Revision: https://reviews.freebsd.org/D6345