diff options
| -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> |
