xref: /freebsd-14.2/sys/modules/ips/Makefile (revision 031beb4e)
12aedd662SScott Long
2*193d9e76SEnji Cooper.PATH:		${SRCTOP}/sys/dev/ips
32aedd662SScott LongKMOD		= ips
42aedd662SScott LongSRCS		= ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \
52aedd662SScott Long			ips_ioctl.h ips_ioctl.c device_if.h bus_if.h pci_if.h
62aedd662SScott Long
72aedd662SScott Long.include <bsd.kmod.mk>
87ae0e2c9SDimitry Andric
97ae0e2c9SDimitry Andric# XXX Work around clang warning, until maintainer approves fix.
107ae0e2c9SDimitry AndricCWARNFLAGS.ips.c=	${NO_WSOMETIMES_UNINITIALIZED}
11