diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-11-24 17:04:51 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-11-24 17:04:51 +0000 |
| commit | 9dd471dfa502853a30bbeb85593a22af69784bae (patch) | |
| tree | f982f4406d72303a821484dcd73e0232a496ab60 /sys/modules/ep | |
| parent | ab9d545279c9e710bb49fc52e3d811874271f840 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ep')
| -rw-r--r-- | sys/modules/ep/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/ep/Makefile b/sys/modules/ep/Makefile new file mode 100644 index 000000000000..8dd8f5fbbef2 --- /dev/null +++ b/sys/modules/ep/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/ep +.PATH: ${.CURDIR}/../../i386/isa + +KMOD = if_ep +SRCS = if_ep.c if_ep_pccard.c elink.c +SRCS += if_ep_isa.c +#SRCS += if_ep_eisa.c +#SRCS += if_ep_mca.c + +SRCS += opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h + +.include <bsd.kmod.mk> |
