Remove WARNS from here and compile with default kernel flags.
This commit is contained in:
parent
d192f3d3c3
commit
995dc98447
@ -11,6 +11,5 @@ SRCS+= g_eli_key.c
|
||||
SRCS+= g_eli_privacy.c
|
||||
SRCS+= pkcs5v2.c
|
||||
SRCS+= vnode_if.h
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -8,8 +8,6 @@ KMOD= hwpmc
|
||||
|
||||
SRCS= hwpmc_mod.c hwpmc_logging.c vnode_if.h
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
SRCS+= hwpmc_amd.c hwpmc_piv.c hwpmc_x86.c
|
||||
SRCS+= device_if.h bus_if.h
|
||||
|
@ -2,7 +2,6 @@
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/pci \
|
||||
${.CURDIR}/../../../../gnu/dev/sound/pci
|
||||
|
||||
WARNS?= 2
|
||||
KMOD= snd_emu10kx
|
||||
|
||||
SRCS= device_if.h bus_if.h pci_if.h
|
||||
|
Loading…
Reference in New Issue
Block a user