mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
This -g was introduce when I didn't review all the cahnges to mpi3mr I
was MFCing. Remove it. This is a direct commit.
PR: 249068
Fixes: 80b069913d
Sponsored by: Netflix
Approved by: re (cperciva)
(cherry picked from commit 22ebbdea3f33fdeae5ee83077ea9c25979705f2f)
13 lines
352 B
Makefile
13 lines
352 B
Makefile
.PATH: ${SRCTOP}/sys/dev/mpi3mr
|
|
|
|
KMOD= mpi3mr
|
|
SRCS= mpi3mr_pci.c mpi3mr.c mpi3mr_cam.c mpi3mr_app.c
|
|
SRCS+= opt_cam.h
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CWARNFLAGS.mpi3mr_sas.c= ${NO_WUNNEEDED_INTERNAL_DECL}
|
|
CWARNFLAGS.mpi3mr_mapping.c= ${NO_WSOMETIMES_UNINITIALIZED}
|