freebsd-dev/sys/modules/ep/Makefile
markm 13c3bdfd5a 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
2000-11-24 17:04:51 +00:00

15 lines
284 B
Makefile

# $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>