mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
modules: gpioaei: Fix arm64.LINT-FDT breakage
'acpi_if.h' was accidentally omitted from the module Makefile; add it. Fixes: 9709bda03cd0 (cherry picked from commit bb8b3b1741188ab284e8b48ec367961a480421cb)
This commit is contained in:
parent
5a53843aef
commit
393bbd23b3
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ KMOD= gpioaei
|
|||
SRCS= gpioaei.c
|
||||
|
||||
SRCS+= \
|
||||
acpi_if.h \
|
||||
bus_if.h \
|
||||
device_if.h \
|
||||
gpio_if.h \
|
||||
|
|
|
|||
Loading…
Reference in a new issue