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
Refactor FDT part of gpioled driver- Split driver in two parts: FDT and non-FDT- Instead of reattach gpioled nodes to GPIO bus use gpio_pin_get_by_ofw_idx and add ofwbus and simplebus as parre
Refactor FDT part of gpioled driver- Split driver in two parts: FDT and non-FDT- Instead of reattach gpioled nodes to GPIO bus use gpio_pin_get_by_ofw_idx and add ofwbus and simplebus as parrent busesReviewed by: loosDifferential Revision: https://reviews.freebsd.org/D8233
show more ...
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.