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