mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add another required header file.
For some reason this seems to be required on aarch64, but I can build armv7 from clean without needing this in the list. (The file does get included, so the mystery is why armv7 works.)
This commit is contained in:
parent
fd6bb0db87
commit
f266da5c28
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ SRCS= fdt_slicer.c
|
|||
|
||||
# Generated files...
|
||||
SRCS+= \
|
||||
bus_if.h \
|
||||
device_if.h \
|
||||
ofw_bus_if.h \
|
||||
opt_platform.h \
|
||||
|
|
|
|||
Loading…
Reference in a new issue