summaryrefslogtreecommitdiffstats
path: root/sys/modules/xl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/xl/Makefile')
-rw-r--r--sys/modules/xl/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/xl/Makefile b/sys/modules/xl/Makefile
index 6a5b533..35b7f07 100644
--- a/sys/modules/xl/Makefile
+++ b/sys/modules/xl/Makefile
@@ -4,7 +4,9 @@ S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = xl
SRCS = if_xl.c xl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS += miibus_if.h
CLEANFILES += xl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += miibus_if.h
CFLAGS += ${DEBUG_FLAGS}
xl.h:
@@ -25,4 +27,7 @@ bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m
pci_if.h: $S/kern/makedevops.pl $S/pci/pci_if.m
perl $S/kern/makedevops.pl -h $S/pci/pci_if.m
+miibus_if.h: $S/kern/makedevops.pl $S/dev/mii/miibus_if.m
+ perl $S/kern/makedevops.pl -h $S/dev/mii/miibus_if.m
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud