svn commit: r329841 - head/sys/modules/imx/imx_i2c

Ian Lepore ian at FreeBSD.org
Thu Feb 22 22:25:27 UTC 2018


Author: ian
Date: Thu Feb 22 22:25:26 2018
New Revision: 329841
URL: https://svnweb.freebsd.org/changeset/base/329841

Log:
  Add a missing line continuation.
  
  How many commits does it take to get a simple module makefile working?
  Apparently at least three.
  
  Pointy hat to:  ian

Modified:
  head/sys/modules/imx/imx_i2c/Makefile

Modified: head/sys/modules/imx/imx_i2c/Makefile
==============================================================================
--- head/sys/modules/imx/imx_i2c/Makefile	Thu Feb 22 22:24:01 2018	(r329840)
+++ head/sys/modules/imx/imx_i2c/Makefile	Thu Feb 22 22:25:26 2018	(r329841)
@@ -8,7 +8,7 @@ SRCS=	imx_i2c.c
 SRCS+=	\
 	bus_if.h \
 	device_if.h \
-	fdt_pinctrl_if.h
+	fdt_pinctrl_if.h \
 	gpio_if.h \
 	iicbus_if.h \
 	ofw_bus_if.h \


More information about the svn-src-all mailing list