Add a module makefile for if_ep.

This is not enabled by default, as the module is missing a bunch of
useful stuff (like the ability to unload).

Not objected to by:	mdodd
This commit is contained in:
Mark Murray 2000-11-24 17:04:51 +00:00
parent ab9d545279
commit 9dd471dfa5

14
sys/modules/ep/Makefile Normal file
View File

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