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:
Ian Lepore 2019-03-01 04:17:43 +00:00
parent fd6bb0db87
commit f266da5c28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344686

View File

@ -7,6 +7,7 @@ SRCS= fdt_slicer.c
# Generated files...
SRCS+= \
bus_if.h \
device_if.h \
ofw_bus_if.h \
opt_platform.h \