Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 01:39:02 +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: r329545 - head/sys/modules/spi/spibus
Message-ID:  <201802190139.w1J1d2tD020388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Mon Feb 19 01:39:02 2018
New Revision: 329545
URL: https://svnweb.freebsd.org/changeset/base/329545

Log:
  Add ofw_bus_if.h to SRCS.

Modified:
  head/sys/modules/spi/spibus/Makefile

Modified: head/sys/modules/spi/spibus/Makefile
==============================================================================
--- head/sys/modules/spi/spibus/Makefile	Mon Feb 19 01:32:27 2018	(r329544)
+++ head/sys/modules/spi/spibus/Makefile	Mon Feb 19 01:39:02 2018	(r329545)
@@ -6,7 +6,7 @@ KMOD=	spibus
 SRCS=	spibus.c
 
 .if !empty(OPT_FDT)
-SRCS+=	ofw_spibus.c
+SRCS+=	ofw_spibus.c ofw_bus_if.h
 .endif
 
 # Generated files...



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