| diff -up linux-3.10.0-123.el7.x86_64/Makefile.ignorewarnings linux-3.10.0-123.el7.x86_64/Makefile |
| |
| |
| @@ -379,7 +379,7 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstric |
| -fno-delete-null-pointer-checks |
| |
| ifeq ($(KBUILD_EXTMOD),) |
| -ifneq (,$(filter $(ARCH), x86 x86_64)) |
| +ifneq (,$(filter $(ARCH), x86_64)) |
| KBUILD_CFLAGS += $(call cc-ifversion, -eq, 0408, -Werror) |
| endif |
| endif |