Makefile (d0fd0428ecf04b6e0975f91a1a344cc31ce40b8f) Makefile (312ee68752faaa553499775d2c191ff7a883826f)
1# SPDX-License-Identifier: GPL-2.0
2# ===========================================================================
3# Kernel configuration targets
4# These targets are used from top-level makefile
5
6PHONY += xconfig gconfig menuconfig config silentoldconfig update-po-config \
7 localmodconfig localyesconfig
8

--- 78 unchanged lines hidden (view full) ---

87 $< $(silent) --$@ $(Kconfig)
88
89PHONY += oldnoconfig savedefconfig defconfig
90
91# oldnoconfig is an alias of olddefconfig, because people already are dependent
92# on its behavior (sets new symbols to their default value but not 'n') with the
93# counter-intuitive name.
94oldnoconfig: olddefconfig
1# SPDX-License-Identifier: GPL-2.0
2# ===========================================================================
3# Kernel configuration targets
4# These targets are used from top-level makefile
5
6PHONY += xconfig gconfig menuconfig config silentoldconfig update-po-config \
7 localmodconfig localyesconfig
8

--- 78 unchanged lines hidden (view full) ---

87 $< $(silent) --$@ $(Kconfig)
88
89PHONY += oldnoconfig savedefconfig defconfig
90
91# oldnoconfig is an alias of olddefconfig, because people already are dependent
92# on its behavior (sets new symbols to their default value but not 'n') with the
93# counter-intuitive name.
94oldnoconfig: olddefconfig
95 @echo " WARNING: \"oldnoconfig\" target will be removed after Linux 4.19"
96 @echo " Please use \"olddefconfig\" instead, which is an alias."
95
96savedefconfig: $(obj)/conf
97 $< $(silent) --$@=defconfig $(Kconfig)
98
99defconfig: $(obj)/conf
100ifeq ($(KBUILD_DEFCONFIG),)
101 $< $(silent) --defconfig $(Kconfig)
102else

--- 194 unchanged lines hidden ---
97
98savedefconfig: $(obj)/conf
99 $< $(silent) --$@=defconfig $(Kconfig)
100
101defconfig: $(obj)/conf
102ifeq ($(KBUILD_DEFCONFIG),)
103 $< $(silent) --defconfig $(Kconfig)
104else

--- 194 unchanged lines hidden ---