diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-10-16 05:24:13 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-10-16 05:24:13 +0000 |
| commit | ed8c6514c447cdef679d8513e09ca4b41cef5047 (patch) | |
| tree | d8cfeaaba5262bd9d98bb3c6348c93c5fb5a5918 /sys/modules/mx | |
| parent | 35c0baa6b7a775a1791dc5c343c56967635ef1fe (diff) | |
Notes
Diffstat (limited to 'sys/modules/mx')
| -rw-r--r-- | sys/modules/mx/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/modules/mx/Makefile b/sys/modules/mx/Makefile index 8cbcad59dd28c..0ffb2f6416cdd 100644 --- a/sys/modules/mx/Makefile +++ b/sys/modules/mx/Makefile @@ -3,8 +3,8 @@ S = ${.CURDIR}/../.. .PATH: $S/pci KMOD = if_mx -SRCS = if_mx.c opt_bdg.h device_if.h bus_if.h pci_if.h -CLEANFILES += opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS = if_mx.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h +CLEANFILES += opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h CFLAGS += ${DEBUG_FLAGS} opt_bdg.h: @@ -19,4 +19,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> |
