Minor reorg to keep each bus' files on one line
This commit is contained in:
parent
f45f04de0c
commit
c9bf865941
@ -3,10 +3,11 @@
|
||||
.PATH: ${.CURDIR}/../../dev/ep
|
||||
|
||||
KMOD= if_ep
|
||||
SRCS= if_ep.c if_ep_pccard.c pccarddevs.h
|
||||
SRCS+= if_ep_isa.c
|
||||
SRCS= if_ep.c
|
||||
SRCS+= if_ep_pccard.c pccarddevs.h card_if.h
|
||||
SRCS+= if_ep_isa.c isa_if.h
|
||||
SRCS+= if_ep_eisa.c eisa_if.h
|
||||
#SRCS+= if_ep_mca.c
|
||||
SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h pccarddevs.h
|
||||
SRCS+= bus_if.h device_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user