diff options
| author | Warner Losh <imp@FreeBSD.org> | 2015-02-18 15:25:22 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2015-02-18 15:25:22 +0000 |
| commit | 88030a5eb0a19114d1113142376c69272f063a87 (patch) | |
| tree | 0d8eb14f5704166a5e5f67a39de3595b4f7ca35b /sys/modules/ed | |
| parent | 35c4406d4cd8830c070f0127aceb4ef697a6c1ea (diff) | |
Notes
Diffstat (limited to 'sys/modules/ed')
| -rw-r--r-- | sys/modules/ed/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile index 723df349904a..427b99f973cd 100644 --- a/sys/modules/ed/Makefile +++ b/sys/modules/ed/Makefile @@ -8,10 +8,13 @@ SRCS+= if_ed_novell.c if_ed_wd80x3.c if_ed_rtl80x9.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 +SRCS+= if_ed_isa.c +SRCS.ED_HPP=if_ed_hpp.c +SRCS.ED_SIC=if_ed_sic.c +SRCS.ED_3C503=if_ed_3c503.c .endif SRCS+= if_ed_pccard.c pccarddevs.h card_if.h -SRCS+= if_ed_pci.c pci_if.h +SRCS.DEV_PCI=if_ed_pci.c pci_if.h SRCS+= opt_ed.h bus_if.h device_if.h miibus_if.h |
