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