From 363b2c7fd2db773a2f22daedff441ab06d0b67e6 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Thu, 22 Feb 2018 22:25:26 +0000 Subject: [PATCH] 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 --- sys/modules/imx/imx_i2c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/imx/imx_i2c/Makefile b/sys/modules/imx/imx_i2c/Makefile index 18e783d8df3..0223fe467f2 100644 --- a/sys/modules/imx/imx_i2c/Makefile +++ b/sys/modules/imx/imx_i2c/Makefile @@ -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 \