summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-07-13 14:53:38 +0000
committerimp <imp@FreeBSD.org>2005-07-13 14:53:38 +0000
commitf45f04de0c01ac3db6bfebe583eb0e789d9d9b95 (patch)
tree80625c48ff3be7713fff4e66068d0136cc657cb8 /sys/modules
parent78a93c3887ef1fa3ee136f1b4bfed5299ab0844f (diff)
downloadFreeBSD-src-f45f04de0c01ac3db6bfebe583eb0e789d9d9b95.zip
FreeBSD-src-f45f04de0c01ac3db6bfebe583eb0e789d9d9b95.tar.gz
Minor reorg to have each bus' files on one line.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ed/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile
index 7f15242..c3cd434 100644
--- a/sys/modules/ed/Makefile
+++ b/sys/modules/ed/Makefile
@@ -3,15 +3,16 @@
.PATH: ${.CURDIR}/../../dev/ed
KMOD= if_ed
-SRCS= if_ed.c if_ed_pccard.c if_ed_pci.c if_ed_novell.c if_ed_wd80x3.c
-
+SRCS= if_ed.c
+SRCS+= if_ed_novell.c if_ed_wd80x3.c isa_if.h
.if ${MACHINE} == "pc98"
SRCS+= if_ed_cbus.c
.else
SRCS+= if_ed_isa.c if_ed_3c503.c if_ed_hpp.c if_ed_sic.c
.endif
+SRCS+= if_ed_pccard.c pccarddevs.h card_if.h
+SRCS+= if_ed_pci.c pci_if.h
-SRCS+= opt_ed.h opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h \
- miibus_if.h pccarddevs.h
+SRCS+= opt_ed.h bus_if.h device_if.h miibus_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud