]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: add the "dummy" includes directory to builds
authorBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 23 Sep 2022 21:25:07 +0000 (21:25 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Mon, 26 Sep 2022 19:36:44 +0000 (19:36 +0000)
commitf8bad56164a43aa108498a97bd0021a943c0a02e
tree0442bfb8d40256c1df4b8e2950858806b754383c
parent514fb3872166a361faa81d89909f65913e90b1b2
LinuxKPI: add the "dummy" includes directory to builds

While we could add the dummy includes directory manually to only the
drivers needing it, it seems a lot easier to simply add it to all
without any expected harm.

This is needed for more drivers (and to remove some #ifdef in current
ones) with empty header files being present not yielding errors.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: hselasky, imp
Differential Revision: https://reviews.freebsd.org/D36684
sys/conf/kern.pre.mk
sys/conf/kmod.mk