Disable new clang 10.0.0 warnings about misleading indentation in ce(4)and cp(4).These are false positives, since some of the driver source has beendeliberately obfuscated.
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
Per email to arch@ a little while ago (that was greeted with silence),prefer the more common > ${.TARGET} over > opt_foo.h in modulesmakefiles.
NO_MAN is not needed here.
Let modules use the kernel's opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR). Thus, such fake files won't becreated at all i
Let modules use the kernel's opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR). Thus, such fake files won't becreated at all if modules are built with the kernel.Some modules undergo cleanup like removing unused or unneededoptions or .h files, without which they wouldn't build this wayor the other.Reviewed by: ruTested by: no binary changes in modules built aloneTested on: i386 sparc64 amd64
show more ...
Start the dreaded NOFOO -> NO_FOO conversion.OK'ed by: core
Mechanically tidy up the contents of CLEANFILES:M*.h: kmod.mkautomatically removes opt_*.h and if_*.h found in SRCS.
Add support for Cronyx Tau-PCI adapters.