Deleted Added
full compact
Makefile (160762) Makefile (211690)
1# $FreeBSD: head/sys/modules/asr/Makefile 160762 2006-07-27 19:12:49Z marcel $
1# $FreeBSD: head/sys/modules/asr/Makefile 211690 2010-08-23 06:13:29Z imp $
2
3.PATH: ${.CURDIR}/../../dev/asr
4
5KMOD= asr
6SRCS= asr.c
7SRCS+= opt_scsi.h opt_cam.h
8SRCS+= device_if.h bus_if.h pci_if.h
9
2
3.PATH: ${.CURDIR}/../../dev/asr
4
5KMOD= asr
6SRCS= asr.c
7SRCS+= opt_scsi.h opt_cam.h
8SRCS+= device_if.h bus_if.h pci_if.h
9
10.if ${MACHINE_ARCH} == "i386"
10.if ${MACHINE_CPUARCH} == "i386"
11SRCS+= opt_asr.h
12.endif
13
14.include <bsd.kmod.mk>
11SRCS+= opt_asr.h
12.endif
13
14.include <bsd.kmod.mk>