svn commit: r336561 - head/sys/modules/spigen

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Jul 20 17:46:56 UTC 2018


Author: lwhsu (ports committer)
Date: Fri Jul 20 17:46:55 2018
New Revision: 336561
URL: https://svnweb.freebsd.org/changeset/base/336561

Log:
  Fix `make` in sys/modules/spigen
  
  Reviewed by:	ian
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D16368

Modified:
  head/sys/modules/spigen/Makefile

Modified: head/sys/modules/spigen/Makefile
==============================================================================
--- head/sys/modules/spigen/Makefile	Fri Jul 20 17:45:26 2018	(r336560)
+++ head/sys/modules/spigen/Makefile	Fri Jul 20 17:46:55 2018	(r336561)
@@ -9,6 +9,7 @@ SRCS+=	\
 	bus_if.h \
 	device_if.h \
 	opt_platform.h \
+	opt_spi.h \
 	spibus_if.h \
 
 .if !empty(OPT_FDT)


More information about the svn-src-all mailing list