1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Minor reorg to keep each bus' files on one line

This commit is contained in:
Warner Losh 2005-07-13 14:53:59 +00:00
parent af5e2a4073
commit 1c0d576c1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147959

View File

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