Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2019 04:17:43 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344686 - head/sys/modules/fdt/fdt_slicer
Message-ID:  <201903010417.x214Hh5C023236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903010417.x214Hh5C023236>