aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-11-14 19:53:10 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-08-10 17:25:31 +0000
commitd38a784b61e35d4281b06c94bcedbc26d25982a1 (patch)
tree7783c7affdc96b1989088487a0f6a0a4e8940e55
parentfbc50a695433b870275c5da112af4eb1cab7fe94 (diff)
downloadsrc-d38a784b61e35d4281b06c94bcedbc26d25982a1.tar.gz
src-d38a784b61e35d4281b06c94bcedbc26d25982a1.zip
modules: if_awg: Add miibus_if.h to the source
Needed by the module.
-rw-r--r--sys/modules/allwinner/if_awg/Makefile3
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>