Skip to content

Commit 8597fe1

Browse files
committed
Merge branch 's-stepien-dev-sstepien-warning-fix'
2 parents 17a08f5 + 6b93c1d commit 8597fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COREFREQ_MINOR = 0
77
COREFREQ_REV = 1
88
HW = $(shell uname -m)
99
CC ?= cc
10-
WARNING = -Wall -Wfatal-errors
10+
WARNING ?= -Wall -Wfatal-errors
1111
SYMLINK ?= ln -s
1212
INSTALL ?= install
1313
DEPMOD ?= depmod
@@ -345,7 +345,7 @@ help:
345345
"| where <COMPILER> is cc, gcc, clang |\n"\
346346
"| |\n"\
347347
"| WARNING=<ARG> |\n"\
348-
"| where default argument is -Wall |\n"\
348+
"| where default argument is -Wall -Wfatal-errors |\n"\
349349
"| |\n"\
350350
"| KERNELDIR=<PATH> |\n"\
351351
"| where <PATH> is the Kernel source directory |\n"\

0 commit comments

Comments
 (0)