aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index f110fed24..9c1b49611 100644
--- a/Makefile
+++ b/Makefile
@@ -498,12 +498,6 @@ all: busybox
498#bbox# NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) 498#bbox# NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
499CHECKFLAGS += $(NOSTDINC_FLAGS) 499CHECKFLAGS += $(NOSTDINC_FLAGS)
500 500
501# warn about C99 declaration after statement
502CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
503
504# disable pointer signedness warnings in gcc 4.0
505CFLAGS += $(call cc-option,-Wno-pointer-sign,)
506
507# Default kernel image to build when no specific target is given. 501# Default kernel image to build when no specific target is given.
508# KBUILD_IMAGE may be overruled on the commandline or 502# KBUILD_IMAGE may be overruled on the commandline or
509# set in the environment 503# set in the environment