From f266da5c287af1cb49c3b3502c098ffd4e9b3732 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Fri, 1 Mar 2019 04:17:43 +0000 Subject: [PATCH] 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.) --- sys/modules/fdt/fdt_slicer/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/fdt/fdt_slicer/Makefile b/sys/modules/fdt/fdt_slicer/Makefile index 0338fd6f126..5a38cd1f71e 100644 --- a/sys/modules/fdt/fdt_slicer/Makefile +++ b/sys/modules/fdt/fdt_slicer/Makefile @@ -7,6 +7,7 @@ SRCS= fdt_slicer.c # Generated files... SRCS+= \ + bus_if.h \ device_if.h \ ofw_bus_if.h \ opt_platform.h \