freebsd-dev/sys/modules/asr/Makefile
2006-07-27 19:12:49 +00:00

15 lines
212 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/asr
KMOD= asr
SRCS= asr.c
SRCS+= opt_scsi.h opt_cam.h
SRCS+= device_if.h bus_if.h pci_if.h
.if ${MACHINE_ARCH} == "i386"
SRCS+= opt_asr.h
.endif
.include <bsd.kmod.mk>