Skip to content

Commit

Permalink
makefile: don't use the wrapper, we don't want it to fail compilation…
Browse files Browse the repository at this point in the history
… with simple warnings

Signed-off-by: franciscofranco <franciscofranco.1990@gmail.com>
  • Loading branch information
franciscofranco authored and audahadi committed May 2, 2015
1 parent 6c59abf commit aff2f67
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ include $(srctree)/scripts/Kbuild.include

AS = $(CROSS_COMPILE)as
LD = $(CROSS_COMPILE)ld
REAL_CC = $(CROSS_COMPILE)gcc
CC = $(CROSS_COMPILE)gcc
CPP = $(CC) -E
AR = $(CROSS_COMPILE)ar
NM = $(CROSS_COMPILE)nm
Expand All @@ -345,10 +345,6 @@ KALLSYMS = scripts/kallsyms
PERL = perl
CHECK = sparse

# Use the wrapper for the compiler. This wrapper scans for new
# warnings and causes the build to stop upon encountering them.
CC = $(srctree)/scripts/gcc-wrapper.py $(REAL_CC)

CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
-Wbitwise -Wno-return-void $(CF)
CFLAGS_MODULE =
Expand Down

0 comments on commit aff2f67

Please sign in to comment.