kernel: add linux 4.9 support
[openwrt/openwrt.git] / target / linux / generic / patches-4.9 / 202-reduce_module_size.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -407,7 +407,7 @@ KBUILD_CFLAGS_KERNEL :=
4 KBUILD_AFLAGS := -D__ASSEMBLY__ $(call cc-option,-fno-PIE)
5 KBUILD_AFLAGS_MODULE := -DMODULE
6 KBUILD_CFLAGS_MODULE := -DMODULE
7 -KBUILD_LDFLAGS_MODULE := -T $(srctree)/scripts/module-common.lds
8 +KBUILD_LDFLAGS_MODULE = -T $(srctree)/scripts/module-common.lds $(if $(CONFIG_PROFILING),,-s)
9
10 # Read KERNELRELEASE from include/config/kernel.release (if it exists)
11 KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)