Remove no longer existing opt_bdg.h and opt_bge.h.
This commit is contained in:
parent
f42326c579
commit
add72477a4
@ -40,7 +40,7 @@
|
||||
|
||||
KMOD= ath_rate
|
||||
SRCS= amrr.c
|
||||
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h opt_inet.h
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h
|
||||
|
||||
HAL= ${.CURDIR}/../../contrib/dev/ath
|
||||
CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${HAL}
|
||||
|
@ -3,6 +3,6 @@
|
||||
.PATH: ${.CURDIR}/../../dev/bge
|
||||
|
||||
KMOD= if_bge
|
||||
SRCS= opt_bge.h if_bge.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
|
||||
SRCS= if_bge.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -3,6 +3,6 @@
|
||||
.PATH: ${.CURDIR}/../../dev/nfe
|
||||
|
||||
KMOD= if_nfe
|
||||
SRCS= if_nfe.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
|
||||
SRCS= if_nfe.c device_if.h bus_if.h pci_if.h miibus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user