]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/ips/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / ips / Makefile
1 # $FreeBSD$
2
3 .PATH:          ${.CURDIR}/../../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}
12 CWARNFLAGS+=            ${CWARNFLAGS.${.IMPSRC:T}}