mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Don't add CWARNFLAGS to CFLAGS here, they were already added by bsd.sys.mk.
This commit is contained in:
parent
d3f715c5eb
commit
e0dd77fdd7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123830
@ -70,7 +70,7 @@ OBJCOPY?= objcopy
|
||||
|
||||
.SUFFIXES: .out .o .c .cc .cxx .C .y .l .s .S
|
||||
|
||||
CFLAGS+= ${COPTS} -D_KERNEL ${CWARNFLAGS}
|
||||
CFLAGS+= ${COPTS} -D_KERNEL
|
||||
CFLAGS+= -DKLD_MODULE
|
||||
|
||||
# Don't use any standard or source-relative include directories.
|
||||
|
Loading…
Reference in New Issue
Block a user