]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ep/Makefile
MFV r328245: 8856 arc_cksum_is_equal() doesn't take into account ABD-logic
[FreeBSD/FreeBSD.git] / sys / modules / ep / Makefile
1 # $FreeBSD$
2
3 SYSDIR?=${SRCTOP}/sys
4 .include "${SYSDIR}/conf/kern.opts.mk"
5
6 .PATH: ${SYSDIR}/dev/ep
7
8 KMOD=   if_ep
9 SRCS=   if_ep.c
10 .if ${MACHINE_CPUARCH} == "i386"
11 SRCS+=  elink.c
12 .endif
13 SRCS+=  if_ep_pccard.c pccarddevs.h card_if.h
14 SRCS+=  if_ep_isa.c isa_if.h
15 SRCS+=  bus_if.h device_if.h
16
17 .include <bsd.kmod.mk>