History log of /dflybsd-src/sys/bus/u4b/input/uep/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 0ffa96a2 04-Jan-2019 Sascha Wildner <saw@online.de>

kernel: Remove unused *.h files from SRCS in kernel module Makefiles.

They were found by checking the preprocessed code of the files
in 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 files
in SRCS to see if the header was included at some point.

After removal, the preprocessed source of a build with the old
Makefiles was compared against one with the changes (for various
kernel configurations and when building just from /usr/src) to
verify that the commit leads to no functional change.

show more ...


# fad43e03 26-Feb-2014 Sascha Wildner <saw@online.de>

kernel/usb4bsd: Add usbdevs.h to a few Makefile which need it.


# 8d7664cb 10-Oct-2012 Sascha Wildner <saw@online.de>

usb4bsd: Port input devices (uep, uhid, ukbd, ums) and hook into build.

Submitted-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>