svn commit: r344686 - head/sys/modules/fdt/fdt_slicer

Ian Lepore ian at FreeBSD.org
Fri Mar 1 04:17:44 UTC 2019


Author: ian
Date: Fri Mar  1 04:17:43 2019
New Revision: 344686
URL: https://svnweb.freebsd.org/changeset/base/344686

Log:
  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.)

Modified:
  head/sys/modules/fdt/fdt_slicer/Makefile

Modified: head/sys/modules/fdt/fdt_slicer/Makefile
==============================================================================
--- head/sys/modules/fdt/fdt_slicer/Makefile	Fri Mar  1 03:09:43 2019	(r344685)
+++ head/sys/modules/fdt/fdt_slicer/Makefile	Fri Mar  1 04:17:43 2019	(r344686)
@@ -7,6 +7,7 @@ SRCS=	fdt_slicer.c
 
 # Generated files...
 SRCS+=	\
+	bus_if.h \
 	device_if.h \
 	ofw_bus_if.h \
 	opt_platform.h \


More information about the svn-src-all mailing list