We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17a08f5 + 6b93c1d commit 8597fe1Copy full SHA for 8597fe1
Makefile
@@ -7,7 +7,7 @@ COREFREQ_MINOR = 0
7
COREFREQ_REV = 1
8
HW = $(shell uname -m)
9
CC ?= cc
10
-WARNING = -Wall -Wfatal-errors
+WARNING ?= -Wall -Wfatal-errors
11
SYMLINK ?= ln -s
12
INSTALL ?= install
13
DEPMOD ?= depmod
@@ -345,7 +345,7 @@ help:
345
"| where <COMPILER> is cc, gcc, clang |\n"\
346
"| |\n"\
347
"| WARNING=<ARG> |\n"\
348
- "| where default argument is -Wall |\n"\
+ "| where default argument is -Wall -Wfatal-errors |\n"\
349
350
"| KERNELDIR=<PATH> |\n"\
351
"| where <PATH> is the Kernel source directory |\n"\
0 commit comments