]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ips/Makefile
Update OpenZFS to 2.0.0-rc3-gfc5966
[FreeBSD/FreeBSD.git] / sys / modules / ips / Makefile
1 # $FreeBSD$
2
3 .PATH:          ${SRCTOP}/sys/dev/ips
4 KMOD            = ips
5 SRCS            = ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \
6                         ips_ioctl.h ips_ioctl.c device_if.h bus_if.h pci_if.h 
7
8 .include <bsd.kmod.mk>
9
10 # XXX Work around clang warning, until maintainer approves fix.
11 CWARNFLAGS.ips.c=       ${NO_WSOMETIMES_UNINITIALIZED}