]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/asr/Makefile
This commit was generated by cvs2svn to compensate for changes in r153667,
[FreeBSD/FreeBSD.git] / sys / modules / asr / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/asr
4
5 KMOD=   asr
6 SRCS=   asr.c
7 SRCS+=  opt_scsi.h opt_cam.h
8 SRCS+=  device_if.h bus_if.h pci_if.h
9
10 .if ${MACHINE_ARCH} == "alpha"
11 CFLAGS+= -O0
12 .endif
13
14 .if ${MACHINE_ARCH} == "i386"
15 SRCS+=  opt_asr.h
16 .endif
17
18 .include <bsd.kmod.mk>