Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 14:01:20 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366397 - head/sys/modules/pwm/pwm_backlight
Message-ID:  <202010031401.093E1KHg053057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010031401.093E1KHg053057>