modules: if_awg: Add miibus_if.h to the source

Needed by the module.
This commit is contained in:
Emmanuel Vadot 2021-11-14 20:53:10 +01:00
parent fbc50a6954
commit d38a784b61

View File

@ -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>