Home
last modified time | relevance | path

Searched hist:e0a2668665a5f59e210f09385cd2d29833e5f9fa (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/kconfig/
H A DMakefilediff e0a2668665a5f59e210f09385cd2d29833e5f9fa Mon May 27 16:37:21 CEST 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional

With the following two commits applied, all the arch Makefiles
define KBUILD_DEFCONFIG.

- Commit f3e20ad67b4c ("s390: move arch/s390/defconfig to
arch/s390/configs/defconfig")

- Commit 986a13769c4b ("alpha: move arch/alpha/defconfig to
arch/alpha/configs/defconfig")

The first conditional in the defconfig rule is always false.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>