mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
0d95c2e27a
commit
04d672afa8
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue