Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 22:25:26 +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: r329841 - head/sys/modules/imx/imx_i2c
Message-ID:  <201802222225.w1MMPQoC081412@repo.freebsd.org>

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



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