svn commit: r366397 - head/sys/modules/pwm/pwm_backlight

Emmanuel Vadot manu at FreeBSD.org
Sat Oct 3 14:01:21 UTC 2020


Author: manu
Date: Sat Oct  3 14:01:20 2020
New Revision: 366397
URL: https://svnweb.freebsd.org/changeset/base/366397

Log:
  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

Modified:
  head/sys/modules/pwm/pwm_backlight/Makefile

Modified: head/sys/modules/pwm/pwm_backlight/Makefile
==============================================================================
--- head/sys/modules/pwm/pwm_backlight/Makefile	Sat Oct  3 14:00:33 2020	(r366396)
+++ head/sys/modules/pwm/pwm_backlight/Makefile	Sat Oct  3 14:01:20 2020	(r366397)
@@ -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>


More information about the svn-src-head mailing list