mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
This commit is contained in:
parent
a0c722bdbf
commit
363b2c7fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue