diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2018-02-22 22:25:26 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2018-02-22 22:25:26 +0000 |
| commit | 363b2c7fd2db773a2f22daedff441ab06d0b67e6 (patch) | |
| tree | 8c04ae145edd2a133dca8ad95884aa3228b347f6 /sys/modules/imx/imx_i2c | |
| parent | a0c722bdbfd7402fb40fd0cf5e9301f540a8d161 (diff) | |
Notes
Diffstat (limited to 'sys/modules/imx/imx_i2c')
| -rw-r--r-- | sys/modules/imx/imx_i2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/imx/imx_i2c/Makefile b/sys/modules/imx/imx_i2c/Makefile index 18e783d8df311..0223fe467f261 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 \ |
