kernel: Remove unused *.h files from SRCS in kernel module Makefiles.They were found by checking the preprocessed code of the filesin SRCS to see if the header was included at some point.After r
kernel: Remove unused *.h files from SRCS in kernel module Makefiles.They were found by checking the preprocessed code of the filesin SRCS to see if the header was included at some point.After removal, the preprocessed source of a build with the oldMakefiles was compared against one with the changes (for variouskernel configurations and when building just from /usr/src) toverify that the commit leads to no functional change.
show more ...
kernel/usb4bsd: Add usbdevs.h to a few Makefile which need it.
usb4bsd: Port input devices (uep, uhid, ukbd, ums) and hook into build.Submitted-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>