OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/Makefile |
2 | +++ b/Makefile |
||
3 | @@ -408,7 +408,7 @@ KBUILD_CFLAGS_KERNEL := |
||
4 | KBUILD_AFLAGS := -D__ASSEMBLY__ |
||
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) |