193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
320 B
Makefile
12 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/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}
|