13c3bdfd5a
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
15 lines
284 B
Makefile
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>
|