]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/ep/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / ep / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/ep
4
5 KMOD=   if_ep
6 SRCS=   if_ep.c
7 SRCS+=  if_ep_pccard.c pccarddevs.h card_if.h
8 SRCS+=  if_ep_isa.c isa_if.h
9 SRCS+=  if_ep_eisa.c eisa_if.h
10 #SRCS+= if_ep_mca.c
11 SRCS+=  bus_if.h device_if.h
12
13 .include <bsd.kmod.mk>