git: d38a784b61e3 - main - modules: if_awg: Add miibus_if.h to the source
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Aug 2022 17:25:52 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=d38a784b61e35d4281b06c94bcedbc26d25982a1
commit d38a784b61e35d4281b06c94bcedbc26d25982a1
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-11-14 19:53:10 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-08-10 17:25:31 +0000
modules: if_awg: Add miibus_if.h to the source
Needed by the module.
---
sys/modules/allwinner/if_awg/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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>