mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
modules: gpioaei: Fix arm64.LINT-FDT breakage
'acpi_if.h' was accidentally omitted from the module Makefile; add it.
Approved by: re (kib)
Fixes: 9709bda03cd0
(cherry picked from commit bb8b3b1741188ab284e8b48ec367961a480421cb)
(cherry picked from commit 393bbd23b3)
This commit is contained in:
parent
3166167784
commit
ac2e98ed57
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