From 04d672afa8b5e745331b9278225627e1ce7745df Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Sat, 3 Oct 2020 14:01:20 +0000 Subject: [PATCH] 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 --- sys/modules/pwm/pwm_backlight/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/pwm/pwm_backlight/Makefile b/sys/modules/pwm/pwm_backlight/Makefile index 0d6d28af778..c7ab67b3865 100644 --- a/sys/modules/pwm/pwm_backlight/Makefile +++ b/sys/modules/pwm/pwm_backlight/Makefile @@ -10,6 +10,7 @@ SRCS+= \ device_if.h \ opt_platform.h \ pwmbus_if.h \ + regnode_if.h \ ofw_bus_if.h .include