Home
last modified time | relevance | path

Searched refs:KCONFIG_CMDS (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_m/
DMakefile35 KCONFIG_CMDS := $(notdir $(wildcard $(dir $(shell which menuconfig))*config)) macro
90 xxconfig: invoke xxconfig command of kconfiglib (xxconfig is one of $(KCONFIG_CMDS))
106 $(filter-out menuconfig,$(KCONFIG_CMDS)):
122 .PHONY: all clean cleanall help update_config $(KCONFIG_CMDS) $(KCONFIG_CONFIG)
/kernel/liteos_a/
DMakefile37 KCONFIG_CMDS := $(notdir $(wildcard $(dir $(shell which menuconfig))*config)) macro
101 xxconfig: invoke xxconfig command of kconfiglib (xxconfig is one of $(KCONFIG_CMDS))
132 $(filter-out menuconfig,$(KCONFIG_CMDS)):
198 .PHONY: $(LITEOS_TARGET) $(ROOTFS) $(APPS) $(KCONFIG_CMDS) $(LITEOS_LIBS_TARGET) $(KCONFIG_CONFIG)