Makefile (23d19ba06b9c5614d6457f5fed349ec8f6d4dac9) | Makefile (2648ca1859bb48cacdbbaf60bbc0bfef74f13330) |
---|---|
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 localmodconfig localyesconfig \ 7 build_menuconfig build_nconfig build_gconfig build_xconfig 8 --- 192 unchanged lines hidden (view full) --- 201$(obj)/gconf.o: $(obj)/gconf-cfg 202 203# check if necessary packages are available, and configure build flags 204filechk_conf_cfg = $(CONFIG_SHELL) $< 205 206$(obj)/%conf-cfg: $(src)/%conf-cfg.sh FORCE 207 $(call filechk,conf_cfg) 208 | 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 localmodconfig localyesconfig \ 7 build_menuconfig build_nconfig build_gconfig build_xconfig 8 --- 192 unchanged lines hidden (view full) --- 201$(obj)/gconf.o: $(obj)/gconf-cfg 202 203# check if necessary packages are available, and configure build flags 204filechk_conf_cfg = $(CONFIG_SHELL) $< 205 206$(obj)/%conf-cfg: $(src)/%conf-cfg.sh FORCE 207 $(call filechk,conf_cfg) 208 |
209clean-files += conf-cfg | 209clean-files += *conf-cfg |