add another file to the VARSTACK list
This commit is contained in:
parent
e93069b387
commit
daa80ec43e
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.kern.inc,v 1.92 2006/11/11 02:12:53 christos Exp $
|
# $NetBSD: Makefile.kern.inc,v 1.93 2006/11/11 08:40:42 jnemeth Exp $
|
||||||
#
|
#
|
||||||
# This file contains common `MI' targets and definitions and it is included
|
# This file contains common `MI' targets and definitions and it is included
|
||||||
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
|
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
|
||||||
@ -447,7 +447,7 @@ EXTRA_CLEAN+= .gdbinit
|
|||||||
# Their full name is noted as documentation.
|
# Their full name is noted as documentation.
|
||||||
VARSTACK=dev/cgd.c kern/uipc_socket.c miscfs/genfs/genfs_vnops.c \
|
VARSTACK=dev/cgd.c kern/uipc_socket.c miscfs/genfs/genfs_vnops.c \
|
||||||
nfs/nfs_bio.c ufs/ufs/ufs_inode.c ufs/ufs/ufs_lookup.c uvm/uvm_bio.c \
|
nfs/nfs_bio.c ufs/ufs/ufs_inode.c ufs/ufs/ufs_lookup.c uvm/uvm_bio.c \
|
||||||
uvm/uvm_pager.c
|
uvm/uvm_pager.c dev/ic/aic7xxx.c
|
||||||
|
|
||||||
.for __varstack in ${VARSTACK}
|
.for __varstack in ${VARSTACK}
|
||||||
COPTS.${__varstack:T} += -Wno-stack-protector
|
COPTS.${__varstack:T} += -Wno-stack-protector
|
||||||
|
Loading…
Reference in New Issue
Block a user