7ae0e2c9f0
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
13 lines
364 B
Makefile
13 lines
364 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ips
|
|
KMOD = ips
|
|
SRCS = ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \
|
|
ips_ioctl.h ips_ioctl.c device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
# XXX Work around clang warning, until maintainer approves fix.
|
|
CWARNFLAGS.ips.c= ${NO_WSOMETIMES_UNINITIALIZED}
|
|
CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
|