]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/aacraid/Makefile
Update to bmake-20200902
[FreeBSD/FreeBSD.git] / sys / modules / aacraid / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/aacraid
4
5 .if ${MACHINE_CPUARCH} == "i386"
6 SUBDIR= aacraid_linux
7 .endif
8
9 KMOD=   aacraid
10 SRCS=   aacraid.c aacraid_pci.c aacraid_cam.c
11 .if ${MACHINE_CPUARCH} == "powerpc"
12 SRCS+=  aacraid_endian.c
13 .endif
14 SRCS+=  opt_scsi.h opt_cam.h opt_aacraid.h
15 SRCS+=  device_if.h bus_if.h pci_if.h
16
17 # To enable debug output from the driver, uncomment these two lines.
18 #CFLAGS+= -DAACRAID_DEBUG=2
19 #SRCS+= aacraid_debug.c
20
21 .include <bsd.kmod.mk>