mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
17 lines
295 B
Makefile
17 lines
295 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_CPUARCH} == "i386"
|
|
SRCS+= opt_asr.h
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CWARNFLAGS.asr.c= ${NO_WARRAY_BOUNDS}
|
|
CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
|