|
@@ -21,7 +21,7 @@ Signed-off-by: Gabor Juhos <[email protected]>
|
|
|
|
|
|
--- a/Makefile
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
+++ b/Makefile
|
|
-@@ -404,6 +404,11 @@ KBUILD_CFLAGS_MODULE := -DMODULE
|
|
|
|
|
|
+@@ -406,6 +406,11 @@ KBUILD_CFLAGS_MODULE := -DMODULE
|
|
KBUILD_LDFLAGS_MODULE = -T $(srctree)/scripts/module-common.lds $(if $(CONFIG_PROFILING),,-s)
|
|
KBUILD_LDFLAGS_MODULE = -T $(srctree)/scripts/module-common.lds $(if $(CONFIG_PROFILING),,-s)
|
|
GCC_PLUGINS_CFLAGS :=
|
|
GCC_PLUGINS_CFLAGS :=
|
|
|
|
|
|
@@ -33,7 +33,7 @@ Signed-off-by: Gabor Juhos <[email protected]>
|
|
# Read KERNELRELEASE from include/config/kernel.release (if it exists)
|
|
# Read KERNELRELEASE from include/config/kernel.release (if it exists)
|
|
KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
|
|
KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
|
|
KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
|
|
KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
|
|
-@@ -634,11 +639,6 @@ KBUILD_CFLAGS += $(call cc-disable-warni
|
|
|
|
|
|
+@@ -636,11 +641,6 @@ KBUILD_CFLAGS += $(call cc-disable-warni
|
|
KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow)
|
|
KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow)
|
|
KBUILD_CFLAGS += $(call cc-disable-warning, int-in-bool-context)
|
|
KBUILD_CFLAGS += $(call cc-disable-warning, int-in-bool-context)
|
|
|
|
|