Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common \
-Werror-implicit-function-declaration \
-Wno-format-security \
-Wno-maybe-uninitialized \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For (GCC) 4.7

-Wno-uninitialized \
-fno-delete-null-pointer-checks
KBUILD_AFLAGS_KERNEL :=
KBUILD_CFLAGS_KERNEL :=
Expand Down Expand Up @@ -645,7 +647,6 @@ ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC)), y)
endif

#Gionee lingfen 2012-12-4 merge gionee start
-include $(PWD)/../$(GN_KCONFIG_TMP_FILE)
KBUILD_CFLAGS += $(GN_CFLAGS)
#Gionee lingfen 2012-12-4 merge gionee end
# Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments
Expand Down