diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2018-03-16 02:46:08 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2018-03-16 02:46:08 +0000 |
| commit | 3a25d855dec66f05541aed6cd6f7375d70ea7c22 (patch) | |
| tree | 61a7102fd63cc97320d28104ff41f00569113c31 | |
| parent | 5f792f7478ee20ed69e78ca3707c8f6faf935ab0 (diff) | |
Notes
| -rw-r--r-- | sys/modules/imx/imx_spi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/imx/imx_spi/Makefile b/sys/modules/imx/imx_spi/Makefile index 364b93d0fecd..74d1c8673c88 100644 --- a/sys/modules/imx/imx_spi/Makefile +++ b/sys/modules/imx/imx_spi/Makefile @@ -9,6 +9,7 @@ SRCS= imx_spi.c SRCS+= \ bus_if.h \ device_if.h \ + gpio_if.h \ ofw_bus_if.h \ opt_platform.h \ spibus_if.h \ |
