pwm_backlight: Add regnode_if.h to SRCS

If the kernel config doesn't have this pseudo device it will not be generated
and then the module will fail to compile.

Reported by:	mjg
This commit is contained in:
Emmanuel Vadot 2020-10-03 14:01:20 +00:00
parent 0d95c2e27a
commit 04d672afa8

View file

@ -10,6 +10,7 @@ SRCS+= \
device_if.h \
opt_platform.h \
pwmbus_if.h \
regnode_if.h \
ofw_bus_if.h
.include <bsd.kmod.mk>