]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ips/Makefile
Merge llvm-project release/17.x llvmorg-17.0.1-25-g098e653a5bed
[FreeBSD/FreeBSD.git] / sys / modules / ips / Makefile
1
2 .PATH:          ${SRCTOP}/sys/dev/ips
3 KMOD            = ips
4 SRCS            = ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \
5                         ips_ioctl.h ips_ioctl.c device_if.h bus_if.h pci_if.h 
6
7 .include <bsd.kmod.mk>
8
9 # XXX Work around clang warning, until maintainer approves fix.
10 CWARNFLAGS.ips.c=       ${NO_WSOMETIMES_UNINITIALIZED}