/openbmc/linux/arch/um/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/m68k/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/alpha/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/scripts/ |
H A D | Makefile.build | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/ia64/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/sparc/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/s390/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/powerpc/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/arm64/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/mips/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/init/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | diff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS
Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional nesting in scripts/Makefile.build.
scripts/Makefile.build is run every time Kbuild descends into a sub-directory. So, I want to avoid $(wildcard ...) evaluation where possible although computing $(wildcard ...) is so cheap that it may not make measurable performance difference.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
|