diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-11-14 19:53:10 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2023-02-02 06:47:02 +0000 |
| commit | 8d52425fc93ab7e4c63e10e604357bf3198c6830 (patch) | |
| tree | 8627660d2e54f5001611680a7c0fb3811fbff91e /sys/modules | |
| parent | f661bce8632ca89161e7adaa2b3e41f7cf1ffbae (diff) | |
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/allwinner/if_awg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/allwinner/if_awg/Makefile b/sys/modules/allwinner/if_awg/Makefile index 25cb34632e02..ffef575c7cd4 100644 --- a/sys/modules/allwinner/if_awg/Makefile +++ b/sys/modules/allwinner/if_awg/Makefile @@ -9,6 +9,7 @@ SRCS+= \ bus_if.h \ clknode_if.h \ device_if.h \ - ofw_bus_if.h \ + miibus_if.h \ + ofw_bus_if.h .include <bsd.kmod.mk> |
