|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v2 23/23] kconfig: Replace the kconfig with the update
Revert kconfig.new back to kconfig.
Signed-off-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx>
---
Makefile | 6 +++---
support/{kconfig.new => kconfig}/Makefile | 0
support/{kconfig.new => kconfig}/Makefile.br | 0
support/{kconfig.new => kconfig}/Makefile.rules | 0
support/{kconfig.new => kconfig}/conf.c | 0
support/{kconfig.new => kconfig}/confdata.c | 0
support/{kconfig.new => kconfig}/expr.c | 0
support/{kconfig.new => kconfig}/expr.h | 0
support/{kconfig.new => kconfig}/fixdep.c | 0
support/{kconfig.new => kconfig}/gconf-cfg.sh | 0
support/{kconfig.new => kconfig}/gconf.c | 0
support/{kconfig.new => kconfig}/gconf.glade | 0
support/{kconfig.new => kconfig}/images.c | 0
support/{kconfig.new => kconfig}/images.h | 0
support/{kconfig.new => kconfig}/lexer.l | 0
support/{kconfig.new => kconfig}/list.h | 0
support/{kconfig.new => kconfig}/lkc.h | 0
support/{kconfig.new => kconfig}/lkc_proto.h | 0
support/{kconfig.new => kconfig}/lxdialog/BIG.FAT.WARNING | 0
support/{kconfig.new => kconfig}/lxdialog/checklist.c | 0
support/{kconfig.new => kconfig}/lxdialog/dialog.h | 0
support/{kconfig.new => kconfig}/lxdialog/inputbox.c | 0
support/{kconfig.new => kconfig}/lxdialog/menubox.c | 0
support/{kconfig.new => kconfig}/lxdialog/textbox.c | 0
support/{kconfig.new => kconfig}/lxdialog/util.c | 0
support/{kconfig.new => kconfig}/lxdialog/yesno.c | 0
support/{kconfig.new => kconfig}/mconf-cfg.sh | 0
support/{kconfig.new => kconfig}/mconf.c | 0
support/{kconfig.new => kconfig}/menu.c | 0
support/{kconfig.new => kconfig}/merge_config.sh | 0
support/{kconfig.new => kconfig}/nconf-cfg.sh | 0
support/{kconfig.new => kconfig}/nconf.c | 0
support/{kconfig.new => kconfig}/nconf.gui.c | 0
support/{kconfig.new => kconfig}/nconf.h | 0
support/{kconfig.new => kconfig}/parser.y | 0
support/{kconfig.new => kconfig}/preprocess.c | 0
support/{kconfig.new => kconfig}/qconf-cfg.sh | 0
support/{kconfig.new => kconfig}/qconf.cc | 0
support/{kconfig.new => kconfig}/qconf.h | 0
support/{kconfig.new => kconfig}/streamline_config.pl | 0
support/{kconfig.new => kconfig}/symbol.c | 0
support/{kconfig.new => kconfig}/tests/auto_submenu/Kconfig | 0
.../{kconfig.new => kconfig}/tests/auto_submenu/__init__.py | 0
.../tests/auto_submenu/expected_stdout | 0
support/{kconfig.new => kconfig}/tests/choice/Kconfig | 0
support/{kconfig.new => kconfig}/tests/choice/__init__.py | 0
.../tests/choice/alldef_expected_config | 0
.../tests/choice/allmod_expected_config | 0
.../tests/choice/allno_expected_config | 0
.../tests/choice/allyes_expected_config | 0
.../tests/choice/oldask0_expected_stdout | 0
.../{kconfig.new => kconfig}/tests/choice/oldask1_config | 0
.../tests/choice/oldask1_expected_stdout | 0
.../tests/choice_value_with_m_dep/Kconfig | 0
.../tests/choice_value_with_m_dep/__init__.py | 0
.../tests/choice_value_with_m_dep/config | 0
.../tests/choice_value_with_m_dep/expected_config | 0
.../tests/choice_value_with_m_dep/expected_stdout | 0
support/{kconfig.new => kconfig}/tests/conftest.py | 0
.../tests/err_recursive_dep/Kconfig | 0
.../tests/err_recursive_dep/__init__.py | 0
.../tests/err_recursive_dep/expected_stderr | 0
.../tests/err_recursive_inc/Kconfig | 0
.../tests/err_recursive_inc/Kconfig.inc1 | 0
.../tests/err_recursive_inc/Kconfig.inc2 | 0
.../tests/err_recursive_inc/Kconfig.inc3 | 0
.../tests/err_recursive_inc/__init__.py | 0
.../tests/err_recursive_inc/expected_stderr | 0
support/{kconfig.new => kconfig}/tests/inter_choice/Kconfig | 0
.../{kconfig.new => kconfig}/tests/inter_choice/__init__.py | 0
.../{kconfig.new => kconfig}/tests/inter_choice/defconfig | 0
.../tests/inter_choice/expected_config | 0
.../tests/new_choice_with_dep/Kconfig | 0
.../tests/new_choice_with_dep/__init__.py | 0
.../tests/new_choice_with_dep/config | 0
.../tests/new_choice_with_dep/expected_stdout | 0
.../tests/no_write_if_dep_unmet/Kconfig | 0
.../tests/no_write_if_dep_unmet/__init__.py | 0
.../tests/no_write_if_dep_unmet/config | 0
.../tests/no_write_if_dep_unmet/expected_config | 0
.../tests/preprocess/builtin_func/Kconfig | 0
.../tests/preprocess/builtin_func/__init__.py | 0
.../tests/preprocess/builtin_func/expected_stderr | 0
.../tests/preprocess/builtin_func/expected_stdout | 0
.../tests/preprocess/circular_expansion/Kconfig | 0
.../tests/preprocess/circular_expansion/__init__.py | 0
.../tests/preprocess/circular_expansion/expected_stderr | 0
.../tests/preprocess/escape/Kconfig | 0
.../tests/preprocess/escape/__init__.py | 0
.../tests/preprocess/escape/expected_stderr | 0
.../tests/preprocess/variable/Kconfig | 0
.../tests/preprocess/variable/__init__.py | 0
.../tests/preprocess/variable/expected_stderr | 0
support/{kconfig.new => kconfig}/tests/pytest.ini | 0
.../tests/rand_nested_choice/Kconfig | 0
.../tests/rand_nested_choice/__init__.py | 0
.../tests/rand_nested_choice/expected_stdout0 | 0
.../tests/rand_nested_choice/expected_stdout1 | 0
.../tests/rand_nested_choice/expected_stdout2 | 0
support/{kconfig.new => kconfig}/util.c | 0
support/{kconfig.new => kconfig}/zconf.lex.c | 0
support/{kconfig.new => kconfig}/zconf.tab.c | 0
102 files changed, 3 insertions(+), 3 deletions(-)
rename support/{kconfig.new => kconfig}/Makefile (100%)
rename support/{kconfig.new => kconfig}/Makefile.br (100%)
rename support/{kconfig.new => kconfig}/Makefile.rules (100%)
rename support/{kconfig.new => kconfig}/conf.c (100%)
rename support/{kconfig.new => kconfig}/confdata.c (100%)
rename support/{kconfig.new => kconfig}/expr.c (100%)
rename support/{kconfig.new => kconfig}/expr.h (100%)
rename support/{kconfig.new => kconfig}/fixdep.c (100%)
rename support/{kconfig.new => kconfig}/gconf-cfg.sh (100%)
rename support/{kconfig.new => kconfig}/gconf.c (100%)
rename support/{kconfig.new => kconfig}/gconf.glade (100%)
rename support/{kconfig.new => kconfig}/images.c (100%)
rename support/{kconfig.new => kconfig}/images.h (100%)
rename support/{kconfig.new => kconfig}/lexer.l (100%)
rename support/{kconfig.new => kconfig}/list.h (100%)
rename support/{kconfig.new => kconfig}/lkc.h (100%)
rename support/{kconfig.new => kconfig}/lkc_proto.h (100%)
rename support/{kconfig.new => kconfig}/lxdialog/BIG.FAT.WARNING (100%)
rename support/{kconfig.new => kconfig}/lxdialog/checklist.c (100%)
rename support/{kconfig.new => kconfig}/lxdialog/dialog.h (100%)
rename support/{kconfig.new => kconfig}/lxdialog/inputbox.c (100%)
rename support/{kconfig.new => kconfig}/lxdialog/menubox.c (100%)
rename support/{kconfig.new => kconfig}/lxdialog/textbox.c (100%)
rename support/{kconfig.new => kconfig}/lxdialog/util.c (100%)
rename support/{kconfig.new => kconfig}/lxdialog/yesno.c (100%)
rename support/{kconfig.new => kconfig}/mconf-cfg.sh (100%)
rename support/{kconfig.new => kconfig}/mconf.c (100%)
rename support/{kconfig.new => kconfig}/menu.c (100%)
rename support/{kconfig.new => kconfig}/merge_config.sh (100%)
rename support/{kconfig.new => kconfig}/nconf-cfg.sh (100%)
rename support/{kconfig.new => kconfig}/nconf.c (100%)
rename support/{kconfig.new => kconfig}/nconf.gui.c (100%)
rename support/{kconfig.new => kconfig}/nconf.h (100%)
rename support/{kconfig.new => kconfig}/parser.y (100%)
rename support/{kconfig.new => kconfig}/preprocess.c (100%)
rename support/{kconfig.new => kconfig}/qconf-cfg.sh (100%)
rename support/{kconfig.new => kconfig}/qconf.cc (100%)
rename support/{kconfig.new => kconfig}/qconf.h (100%)
rename support/{kconfig.new => kconfig}/streamline_config.pl (100%)
rename support/{kconfig.new => kconfig}/symbol.c (100%)
rename support/{kconfig.new => kconfig}/tests/auto_submenu/Kconfig (100%)
rename support/{kconfig.new => kconfig}/tests/auto_submenu/__init__.py (100%)
rename support/{kconfig.new => kconfig}/tests/auto_submenu/expected_stdout
(100%)
rename support/{kconfig.new => kconfig}/tests/choice/Kconfig (100%)
rename support/{kconfig.new => kconfig}/tests/choice/__init__.py (100%)
rename support/{kconfig.new => kconfig}/tests/choice/alldef_expected_config
(100%)
rename support/{kconfig.new => kconfig}/tests/choice/allmod_expected_config
(100%)
rename support/{kconfig.new => kconfig}/tests/choice/allno_expected_config
(100%)
rename support/{kconfig.new => kconfig}/tests/choice/allyes_expected_config
(100%)
rename support/{kconfig.new => kconfig}/tests/choice/oldask0_expected_stdout
(100%)
rename support/{kconfig.new => kconfig}/tests/choice/oldask1_config (100%)
rename support/{kconfig.new => kconfig}/tests/choice/oldask1_expected_stdout
(100%)
rename support/{kconfig.new => kconfig}/tests/choice_value_with_m_dep/Kconfig
(100%)
rename support/{kconfig.new =>
kconfig}/tests/choice_value_with_m_dep/__init__.py (100%)
rename support/{kconfig.new => kconfig}/tests/choice_value_with_m_dep/config
(100%)
rename support/{kconfig.new =>
kconfig}/tests/choice_value_with_m_dep/expected_config (100%)
rename support/{kconfig.new =>
kconfig}/tests/choice_value_with_m_dep/expected_stdout (100%)
rename support/{kconfig.new => kconfig}/tests/conftest.py (100%)
rename support/{kconfig.new => kconfig}/tests/err_recursive_dep/Kconfig (100%)
rename support/{kconfig.new => kconfig}/tests/err_recursive_dep/__init__.py
(100%)
rename support/{kconfig.new =>
kconfig}/tests/err_recursive_dep/expected_stderr (100%)
rename support/{kconfig.new => kconfig}/tests/err_recursive_inc/Kconfig (100%)
rename support/{kconfig.new => kconfig}/tests/err_recursive_inc/Kconfig.inc1
(100%)
rename support/{kconfig.new => kconfig}/tests/err_recursive_inc/Kconfig.inc2
(100%)
rename support/{kconfig.new => kconfig}/tests/err_recursive_inc/Kconfig.inc3
(100%)
rename support/{kconfig.new => kconfig}/tests/err_recursive_inc/__init__.py
(100%)
rename support/{kconfig.new =>
kconfig}/tests/err_recursive_inc/expected_stderr (100%)
rename support/{kconfig.new => kconfig}/tests/inter_choice/Kconfig (100%)
rename support/{kconfig.new => kconfig}/tests/inter_choice/__init__.py (100%)
rename support/{kconfig.new => kconfig}/tests/inter_choice/defconfig (100%)
rename support/{kconfig.new => kconfig}/tests/inter_choice/expected_config
(100%)
rename support/{kconfig.new => kconfig}/tests/new_choice_with_dep/Kconfig
(100%)
rename support/{kconfig.new => kconfig}/tests/new_choice_with_dep/__init__.py
(100%)
rename support/{kconfig.new => kconfig}/tests/new_choice_with_dep/config (100%)
rename support/{kconfig.new =>
kconfig}/tests/new_choice_with_dep/expected_stdout (100%)
rename support/{kconfig.new => kconfig}/tests/no_write_if_dep_unmet/Kconfig
(100%)
rename support/{kconfig.new =>
kconfig}/tests/no_write_if_dep_unmet/__init__.py (100%)
rename support/{kconfig.new => kconfig}/tests/no_write_if_dep_unmet/config
(100%)
rename support/{kconfig.new =>
kconfig}/tests/no_write_if_dep_unmet/expected_config (100%)
rename support/{kconfig.new => kconfig}/tests/preprocess/builtin_func/Kconfig
(100%)
rename support/{kconfig.new =>
kconfig}/tests/preprocess/builtin_func/__init__.py (100%)
rename support/{kconfig.new =>
kconfig}/tests/preprocess/builtin_func/expected_stderr (100%)
rename support/{kconfig.new =>
kconfig}/tests/preprocess/builtin_func/expected_stdout (100%)
rename support/{kconfig.new =>
kconfig}/tests/preprocess/circular_expansion/Kconfig (100%)
rename support/{kconfig.new =>
kconfig}/tests/preprocess/circular_expansion/__init__.py (100%)
rename support/{kconfig.new =>
kconfig}/tests/preprocess/circular_expansion/expected_stderr (100%)
rename support/{kconfig.new => kconfig}/tests/preprocess/escape/Kconfig (100%)
rename support/{kconfig.new => kconfig}/tests/preprocess/escape/__init__.py
(100%)
rename support/{kconfig.new =>
kconfig}/tests/preprocess/escape/expected_stderr (100%)
rename support/{kconfig.new => kconfig}/tests/preprocess/variable/Kconfig
(100%)
rename support/{kconfig.new => kconfig}/tests/preprocess/variable/__init__.py
(100%)
rename support/{kconfig.new =>
kconfig}/tests/preprocess/variable/expected_stderr (100%)
rename support/{kconfig.new => kconfig}/tests/pytest.ini (100%)
rename support/{kconfig.new => kconfig}/tests/rand_nested_choice/Kconfig (100%)
rename support/{kconfig.new => kconfig}/tests/rand_nested_choice/__init__.py
(100%)
rename support/{kconfig.new =>
kconfig}/tests/rand_nested_choice/expected_stdout0 (100%)
rename support/{kconfig.new =>
kconfig}/tests/rand_nested_choice/expected_stdout1 (100%)
rename support/{kconfig.new =>
kconfig}/tests/rand_nested_choice/expected_stdout2 (100%)
rename support/{kconfig.new => kconfig}/util.c (100%)
rename support/{kconfig.new => kconfig}/zconf.lex.c (100%)
rename support/{kconfig.new => kconfig}/zconf.tab.c (100%)
diff --git a/Makefile b/Makefile
index 6fa75cf2..a5a63a38 100644
--- a/Makefile
+++ b/Makefile
@@ -135,12 +135,12 @@ ELIB_DIR := $(realpath $(patsubst %/,%,$(patsubst
%.,%,$(ELIB_DIR))))
CONFIG_UK_PLAT := $(CONFIG_UK_BASE)/plat/
CONFIG_DIR := $(CONFIG_UK_APP)
CONFIG_CONFIG_IN := $(CONFIG_UK_BASE)/Config.uk
-CONFIG := $(CONFIG_UK_BASE)/support/kconfig.new
+CONFIG := $(CONFIG_UK_BASE)/support/kconfig
CONFIGLIB := $(CONFIG_UK_BASE)/support/kconfiglib
UK_CONFIG := $(CONFIG_DIR)/.config
UK_CONFIG_OUT := $(BUILD_DIR)/config
UK_GENERATED_INCLUDES := $(BUILD_DIR)/include
-KCONFIG_DIR := $(BUILD_DIR)/kconfig.new
+KCONFIG_DIR := $(BUILD_DIR)/kconfig
UK_FIXDEP := $(KCONFIG_DIR)/fixdep
KCONFIG_AUTOCONFIG := $(KCONFIG_DIR)/auto.conf
KCONFIG_TRISTATE := $(KCONFIG_DIR)/tristate.config
@@ -515,7 +515,7 @@ CXXFLAGS += -DCC_VERSION=$(CC_VERSION)
GOCFLAGS += -DCC_VERSION=$(CC_VERSION)
# ensure $(BUILD_DIR)/kconfig, $(BUILD_DIR)/include and
$(BUILD_DIR)/include/uk exists
-$(call mk_sub_build_dir,kconfig.new)
+$(call mk_sub_build_dir,kconfig)
$(call mk_sub_build_dir,include)
$(call mk_sub_build_dir,include/uk)
diff --git a/support/kconfig.new/Makefile b/support/kconfig/Makefile
similarity index 100%
rename from support/kconfig.new/Makefile
rename to support/kconfig/Makefile
diff --git a/support/kconfig.new/Makefile.br b/support/kconfig/Makefile.br
similarity index 100%
rename from support/kconfig.new/Makefile.br
rename to support/kconfig/Makefile.br
diff --git a/support/kconfig.new/Makefile.rules b/support/kconfig/Makefile.rules
similarity index 100%
rename from support/kconfig.new/Makefile.rules
rename to support/kconfig/Makefile.rules
diff --git a/support/kconfig.new/conf.c b/support/kconfig/conf.c
similarity index 100%
rename from support/kconfig.new/conf.c
rename to support/kconfig/conf.c
diff --git a/support/kconfig.new/confdata.c b/support/kconfig/confdata.c
similarity index 100%
rename from support/kconfig.new/confdata.c
rename to support/kconfig/confdata.c
diff --git a/support/kconfig.new/expr.c b/support/kconfig/expr.c
similarity index 100%
rename from support/kconfig.new/expr.c
rename to support/kconfig/expr.c
diff --git a/support/kconfig.new/expr.h b/support/kconfig/expr.h
similarity index 100%
rename from support/kconfig.new/expr.h
rename to support/kconfig/expr.h
diff --git a/support/kconfig.new/fixdep.c b/support/kconfig/fixdep.c
similarity index 100%
rename from support/kconfig.new/fixdep.c
rename to support/kconfig/fixdep.c
diff --git a/support/kconfig.new/gconf-cfg.sh b/support/kconfig/gconf-cfg.sh
similarity index 100%
rename from support/kconfig.new/gconf-cfg.sh
rename to support/kconfig/gconf-cfg.sh
diff --git a/support/kconfig.new/gconf.c b/support/kconfig/gconf.c
similarity index 100%
rename from support/kconfig.new/gconf.c
rename to support/kconfig/gconf.c
diff --git a/support/kconfig.new/gconf.glade b/support/kconfig/gconf.glade
similarity index 100%
rename from support/kconfig.new/gconf.glade
rename to support/kconfig/gconf.glade
diff --git a/support/kconfig.new/images.c b/support/kconfig/images.c
similarity index 100%
rename from support/kconfig.new/images.c
rename to support/kconfig/images.c
diff --git a/support/kconfig.new/images.h b/support/kconfig/images.h
similarity index 100%
rename from support/kconfig.new/images.h
rename to support/kconfig/images.h
diff --git a/support/kconfig.new/lexer.l b/support/kconfig/lexer.l
similarity index 100%
rename from support/kconfig.new/lexer.l
rename to support/kconfig/lexer.l
diff --git a/support/kconfig.new/list.h b/support/kconfig/list.h
similarity index 100%
rename from support/kconfig.new/list.h
rename to support/kconfig/list.h
diff --git a/support/kconfig.new/lkc.h b/support/kconfig/lkc.h
similarity index 100%
rename from support/kconfig.new/lkc.h
rename to support/kconfig/lkc.h
diff --git a/support/kconfig.new/lkc_proto.h b/support/kconfig/lkc_proto.h
similarity index 100%
rename from support/kconfig.new/lkc_proto.h
rename to support/kconfig/lkc_proto.h
diff --git a/support/kconfig.new/lxdialog/BIG.FAT.WARNING
b/support/kconfig/lxdialog/BIG.FAT.WARNING
similarity index 100%
rename from support/kconfig.new/lxdialog/BIG.FAT.WARNING
rename to support/kconfig/lxdialog/BIG.FAT.WARNING
diff --git a/support/kconfig.new/lxdialog/checklist.c
b/support/kconfig/lxdialog/checklist.c
similarity index 100%
rename from support/kconfig.new/lxdialog/checklist.c
rename to support/kconfig/lxdialog/checklist.c
diff --git a/support/kconfig.new/lxdialog/dialog.h
b/support/kconfig/lxdialog/dialog.h
similarity index 100%
rename from support/kconfig.new/lxdialog/dialog.h
rename to support/kconfig/lxdialog/dialog.h
diff --git a/support/kconfig.new/lxdialog/inputbox.c
b/support/kconfig/lxdialog/inputbox.c
similarity index 100%
rename from support/kconfig.new/lxdialog/inputbox.c
rename to support/kconfig/lxdialog/inputbox.c
diff --git a/support/kconfig.new/lxdialog/menubox.c
b/support/kconfig/lxdialog/menubox.c
similarity index 100%
rename from support/kconfig.new/lxdialog/menubox.c
rename to support/kconfig/lxdialog/menubox.c
diff --git a/support/kconfig.new/lxdialog/textbox.c
b/support/kconfig/lxdialog/textbox.c
similarity index 100%
rename from support/kconfig.new/lxdialog/textbox.c
rename to support/kconfig/lxdialog/textbox.c
diff --git a/support/kconfig.new/lxdialog/util.c
b/support/kconfig/lxdialog/util.c
similarity index 100%
rename from support/kconfig.new/lxdialog/util.c
rename to support/kconfig/lxdialog/util.c
diff --git a/support/kconfig.new/lxdialog/yesno.c
b/support/kconfig/lxdialog/yesno.c
similarity index 100%
rename from support/kconfig.new/lxdialog/yesno.c
rename to support/kconfig/lxdialog/yesno.c
diff --git a/support/kconfig.new/mconf-cfg.sh b/support/kconfig/mconf-cfg.sh
similarity index 100%
rename from support/kconfig.new/mconf-cfg.sh
rename to support/kconfig/mconf-cfg.sh
diff --git a/support/kconfig.new/mconf.c b/support/kconfig/mconf.c
similarity index 100%
rename from support/kconfig.new/mconf.c
rename to support/kconfig/mconf.c
diff --git a/support/kconfig.new/menu.c b/support/kconfig/menu.c
similarity index 100%
rename from support/kconfig.new/menu.c
rename to support/kconfig/menu.c
diff --git a/support/kconfig.new/merge_config.sh
b/support/kconfig/merge_config.sh
similarity index 100%
rename from support/kconfig.new/merge_config.sh
rename to support/kconfig/merge_config.sh
diff --git a/support/kconfig.new/nconf-cfg.sh b/support/kconfig/nconf-cfg.sh
similarity index 100%
rename from support/kconfig.new/nconf-cfg.sh
rename to support/kconfig/nconf-cfg.sh
diff --git a/support/kconfig.new/nconf.c b/support/kconfig/nconf.c
similarity index 100%
rename from support/kconfig.new/nconf.c
rename to support/kconfig/nconf.c
diff --git a/support/kconfig.new/nconf.gui.c b/support/kconfig/nconf.gui.c
similarity index 100%
rename from support/kconfig.new/nconf.gui.c
rename to support/kconfig/nconf.gui.c
diff --git a/support/kconfig.new/nconf.h b/support/kconfig/nconf.h
similarity index 100%
rename from support/kconfig.new/nconf.h
rename to support/kconfig/nconf.h
diff --git a/support/kconfig.new/parser.y b/support/kconfig/parser.y
similarity index 100%
rename from support/kconfig.new/parser.y
rename to support/kconfig/parser.y
diff --git a/support/kconfig.new/preprocess.c b/support/kconfig/preprocess.c
similarity index 100%
rename from support/kconfig.new/preprocess.c
rename to support/kconfig/preprocess.c
diff --git a/support/kconfig.new/qconf-cfg.sh b/support/kconfig/qconf-cfg.sh
similarity index 100%
rename from support/kconfig.new/qconf-cfg.sh
rename to support/kconfig/qconf-cfg.sh
diff --git a/support/kconfig.new/qconf.cc b/support/kconfig/qconf.cc
similarity index 100%
rename from support/kconfig.new/qconf.cc
rename to support/kconfig/qconf.cc
diff --git a/support/kconfig.new/qconf.h b/support/kconfig/qconf.h
similarity index 100%
rename from support/kconfig.new/qconf.h
rename to support/kconfig/qconf.h
diff --git a/support/kconfig.new/streamline_config.pl
b/support/kconfig/streamline_config.pl
similarity index 100%
rename from support/kconfig.new/streamline_config.pl
rename to support/kconfig/streamline_config.pl
diff --git a/support/kconfig.new/symbol.c b/support/kconfig/symbol.c
similarity index 100%
rename from support/kconfig.new/symbol.c
rename to support/kconfig/symbol.c
diff --git a/support/kconfig.new/tests/auto_submenu/Kconfig
b/support/kconfig/tests/auto_submenu/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/auto_submenu/Kconfig
rename to support/kconfig/tests/auto_submenu/Kconfig
diff --git a/support/kconfig.new/tests/auto_submenu/__init__.py
b/support/kconfig/tests/auto_submenu/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/auto_submenu/__init__.py
rename to support/kconfig/tests/auto_submenu/__init__.py
diff --git a/support/kconfig.new/tests/auto_submenu/expected_stdout
b/support/kconfig/tests/auto_submenu/expected_stdout
similarity index 100%
rename from support/kconfig.new/tests/auto_submenu/expected_stdout
rename to support/kconfig/tests/auto_submenu/expected_stdout
diff --git a/support/kconfig.new/tests/choice/Kconfig
b/support/kconfig/tests/choice/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/choice/Kconfig
rename to support/kconfig/tests/choice/Kconfig
diff --git a/support/kconfig.new/tests/choice/__init__.py
b/support/kconfig/tests/choice/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/choice/__init__.py
rename to support/kconfig/tests/choice/__init__.py
diff --git a/support/kconfig.new/tests/choice/alldef_expected_config
b/support/kconfig/tests/choice/alldef_expected_config
similarity index 100%
rename from support/kconfig.new/tests/choice/alldef_expected_config
rename to support/kconfig/tests/choice/alldef_expected_config
diff --git a/support/kconfig.new/tests/choice/allmod_expected_config
b/support/kconfig/tests/choice/allmod_expected_config
similarity index 100%
rename from support/kconfig.new/tests/choice/allmod_expected_config
rename to support/kconfig/tests/choice/allmod_expected_config
diff --git a/support/kconfig.new/tests/choice/allno_expected_config
b/support/kconfig/tests/choice/allno_expected_config
similarity index 100%
rename from support/kconfig.new/tests/choice/allno_expected_config
rename to support/kconfig/tests/choice/allno_expected_config
diff --git a/support/kconfig.new/tests/choice/allyes_expected_config
b/support/kconfig/tests/choice/allyes_expected_config
similarity index 100%
rename from support/kconfig.new/tests/choice/allyes_expected_config
rename to support/kconfig/tests/choice/allyes_expected_config
diff --git a/support/kconfig.new/tests/choice/oldask0_expected_stdout
b/support/kconfig/tests/choice/oldask0_expected_stdout
similarity index 100%
rename from support/kconfig.new/tests/choice/oldask0_expected_stdout
rename to support/kconfig/tests/choice/oldask0_expected_stdout
diff --git a/support/kconfig.new/tests/choice/oldask1_config
b/support/kconfig/tests/choice/oldask1_config
similarity index 100%
rename from support/kconfig.new/tests/choice/oldask1_config
rename to support/kconfig/tests/choice/oldask1_config
diff --git a/support/kconfig.new/tests/choice/oldask1_expected_stdout
b/support/kconfig/tests/choice/oldask1_expected_stdout
similarity index 100%
rename from support/kconfig.new/tests/choice/oldask1_expected_stdout
rename to support/kconfig/tests/choice/oldask1_expected_stdout
diff --git a/support/kconfig.new/tests/choice_value_with_m_dep/Kconfig
b/support/kconfig/tests/choice_value_with_m_dep/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/choice_value_with_m_dep/Kconfig
rename to support/kconfig/tests/choice_value_with_m_dep/Kconfig
diff --git a/support/kconfig.new/tests/choice_value_with_m_dep/__init__.py
b/support/kconfig/tests/choice_value_with_m_dep/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/choice_value_with_m_dep/__init__.py
rename to support/kconfig/tests/choice_value_with_m_dep/__init__.py
diff --git a/support/kconfig.new/tests/choice_value_with_m_dep/config
b/support/kconfig/tests/choice_value_with_m_dep/config
similarity index 100%
rename from support/kconfig.new/tests/choice_value_with_m_dep/config
rename to support/kconfig/tests/choice_value_with_m_dep/config
diff --git a/support/kconfig.new/tests/choice_value_with_m_dep/expected_config
b/support/kconfig/tests/choice_value_with_m_dep/expected_config
similarity index 100%
rename from support/kconfig.new/tests/choice_value_with_m_dep/expected_config
rename to support/kconfig/tests/choice_value_with_m_dep/expected_config
diff --git a/support/kconfig.new/tests/choice_value_with_m_dep/expected_stdout
b/support/kconfig/tests/choice_value_with_m_dep/expected_stdout
similarity index 100%
rename from support/kconfig.new/tests/choice_value_with_m_dep/expected_stdout
rename to support/kconfig/tests/choice_value_with_m_dep/expected_stdout
diff --git a/support/kconfig.new/tests/conftest.py
b/support/kconfig/tests/conftest.py
similarity index 100%
rename from support/kconfig.new/tests/conftest.py
rename to support/kconfig/tests/conftest.py
diff --git a/support/kconfig.new/tests/err_recursive_dep/Kconfig
b/support/kconfig/tests/err_recursive_dep/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/err_recursive_dep/Kconfig
rename to support/kconfig/tests/err_recursive_dep/Kconfig
diff --git a/support/kconfig.new/tests/err_recursive_dep/__init__.py
b/support/kconfig/tests/err_recursive_dep/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/err_recursive_dep/__init__.py
rename to support/kconfig/tests/err_recursive_dep/__init__.py
diff --git a/support/kconfig.new/tests/err_recursive_dep/expected_stderr
b/support/kconfig/tests/err_recursive_dep/expected_stderr
similarity index 100%
rename from support/kconfig.new/tests/err_recursive_dep/expected_stderr
rename to support/kconfig/tests/err_recursive_dep/expected_stderr
diff --git a/support/kconfig.new/tests/err_recursive_inc/Kconfig
b/support/kconfig/tests/err_recursive_inc/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/err_recursive_inc/Kconfig
rename to support/kconfig/tests/err_recursive_inc/Kconfig
diff --git a/support/kconfig.new/tests/err_recursive_inc/Kconfig.inc1
b/support/kconfig/tests/err_recursive_inc/Kconfig.inc1
similarity index 100%
rename from support/kconfig.new/tests/err_recursive_inc/Kconfig.inc1
rename to support/kconfig/tests/err_recursive_inc/Kconfig.inc1
diff --git a/support/kconfig.new/tests/err_recursive_inc/Kconfig.inc2
b/support/kconfig/tests/err_recursive_inc/Kconfig.inc2
similarity index 100%
rename from support/kconfig.new/tests/err_recursive_inc/Kconfig.inc2
rename to support/kconfig/tests/err_recursive_inc/Kconfig.inc2
diff --git a/support/kconfig.new/tests/err_recursive_inc/Kconfig.inc3
b/support/kconfig/tests/err_recursive_inc/Kconfig.inc3
similarity index 100%
rename from support/kconfig.new/tests/err_recursive_inc/Kconfig.inc3
rename to support/kconfig/tests/err_recursive_inc/Kconfig.inc3
diff --git a/support/kconfig.new/tests/err_recursive_inc/__init__.py
b/support/kconfig/tests/err_recursive_inc/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/err_recursive_inc/__init__.py
rename to support/kconfig/tests/err_recursive_inc/__init__.py
diff --git a/support/kconfig.new/tests/err_recursive_inc/expected_stderr
b/support/kconfig/tests/err_recursive_inc/expected_stderr
similarity index 100%
rename from support/kconfig.new/tests/err_recursive_inc/expected_stderr
rename to support/kconfig/tests/err_recursive_inc/expected_stderr
diff --git a/support/kconfig.new/tests/inter_choice/Kconfig
b/support/kconfig/tests/inter_choice/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/inter_choice/Kconfig
rename to support/kconfig/tests/inter_choice/Kconfig
diff --git a/support/kconfig.new/tests/inter_choice/__init__.py
b/support/kconfig/tests/inter_choice/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/inter_choice/__init__.py
rename to support/kconfig/tests/inter_choice/__init__.py
diff --git a/support/kconfig.new/tests/inter_choice/defconfig
b/support/kconfig/tests/inter_choice/defconfig
similarity index 100%
rename from support/kconfig.new/tests/inter_choice/defconfig
rename to support/kconfig/tests/inter_choice/defconfig
diff --git a/support/kconfig.new/tests/inter_choice/expected_config
b/support/kconfig/tests/inter_choice/expected_config
similarity index 100%
rename from support/kconfig.new/tests/inter_choice/expected_config
rename to support/kconfig/tests/inter_choice/expected_config
diff --git a/support/kconfig.new/tests/new_choice_with_dep/Kconfig
b/support/kconfig/tests/new_choice_with_dep/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/new_choice_with_dep/Kconfig
rename to support/kconfig/tests/new_choice_with_dep/Kconfig
diff --git a/support/kconfig.new/tests/new_choice_with_dep/__init__.py
b/support/kconfig/tests/new_choice_with_dep/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/new_choice_with_dep/__init__.py
rename to support/kconfig/tests/new_choice_with_dep/__init__.py
diff --git a/support/kconfig.new/tests/new_choice_with_dep/config
b/support/kconfig/tests/new_choice_with_dep/config
similarity index 100%
rename from support/kconfig.new/tests/new_choice_with_dep/config
rename to support/kconfig/tests/new_choice_with_dep/config
diff --git a/support/kconfig.new/tests/new_choice_with_dep/expected_stdout
b/support/kconfig/tests/new_choice_with_dep/expected_stdout
similarity index 100%
rename from support/kconfig.new/tests/new_choice_with_dep/expected_stdout
rename to support/kconfig/tests/new_choice_with_dep/expected_stdout
diff --git a/support/kconfig.new/tests/no_write_if_dep_unmet/Kconfig
b/support/kconfig/tests/no_write_if_dep_unmet/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/no_write_if_dep_unmet/Kconfig
rename to support/kconfig/tests/no_write_if_dep_unmet/Kconfig
diff --git a/support/kconfig.new/tests/no_write_if_dep_unmet/__init__.py
b/support/kconfig/tests/no_write_if_dep_unmet/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/no_write_if_dep_unmet/__init__.py
rename to support/kconfig/tests/no_write_if_dep_unmet/__init__.py
diff --git a/support/kconfig.new/tests/no_write_if_dep_unmet/config
b/support/kconfig/tests/no_write_if_dep_unmet/config
similarity index 100%
rename from support/kconfig.new/tests/no_write_if_dep_unmet/config
rename to support/kconfig/tests/no_write_if_dep_unmet/config
diff --git a/support/kconfig.new/tests/no_write_if_dep_unmet/expected_config
b/support/kconfig/tests/no_write_if_dep_unmet/expected_config
similarity index 100%
rename from support/kconfig.new/tests/no_write_if_dep_unmet/expected_config
rename to support/kconfig/tests/no_write_if_dep_unmet/expected_config
diff --git a/support/kconfig.new/tests/preprocess/builtin_func/Kconfig
b/support/kconfig/tests/preprocess/builtin_func/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/preprocess/builtin_func/Kconfig
rename to support/kconfig/tests/preprocess/builtin_func/Kconfig
diff --git a/support/kconfig.new/tests/preprocess/builtin_func/__init__.py
b/support/kconfig/tests/preprocess/builtin_func/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/preprocess/builtin_func/__init__.py
rename to support/kconfig/tests/preprocess/builtin_func/__init__.py
diff --git a/support/kconfig.new/tests/preprocess/builtin_func/expected_stderr
b/support/kconfig/tests/preprocess/builtin_func/expected_stderr
similarity index 100%
rename from support/kconfig.new/tests/preprocess/builtin_func/expected_stderr
rename to support/kconfig/tests/preprocess/builtin_func/expected_stderr
diff --git a/support/kconfig.new/tests/preprocess/builtin_func/expected_stdout
b/support/kconfig/tests/preprocess/builtin_func/expected_stdout
similarity index 100%
rename from support/kconfig.new/tests/preprocess/builtin_func/expected_stdout
rename to support/kconfig/tests/preprocess/builtin_func/expected_stdout
diff --git a/support/kconfig.new/tests/preprocess/circular_expansion/Kconfig
b/support/kconfig/tests/preprocess/circular_expansion/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/preprocess/circular_expansion/Kconfig
rename to support/kconfig/tests/preprocess/circular_expansion/Kconfig
diff --git
a/support/kconfig.new/tests/preprocess/circular_expansion/__init__.py
b/support/kconfig/tests/preprocess/circular_expansion/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/preprocess/circular_expansion/__init__.py
rename to support/kconfig/tests/preprocess/circular_expansion/__init__.py
diff --git
a/support/kconfig.new/tests/preprocess/circular_expansion/expected_stderr
b/support/kconfig/tests/preprocess/circular_expansion/expected_stderr
similarity index 100%
rename from
support/kconfig.new/tests/preprocess/circular_expansion/expected_stderr
rename to support/kconfig/tests/preprocess/circular_expansion/expected_stderr
diff --git a/support/kconfig.new/tests/preprocess/escape/Kconfig
b/support/kconfig/tests/preprocess/escape/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/preprocess/escape/Kconfig
rename to support/kconfig/tests/preprocess/escape/Kconfig
diff --git a/support/kconfig.new/tests/preprocess/escape/__init__.py
b/support/kconfig/tests/preprocess/escape/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/preprocess/escape/__init__.py
rename to support/kconfig/tests/preprocess/escape/__init__.py
diff --git a/support/kconfig.new/tests/preprocess/escape/expected_stderr
b/support/kconfig/tests/preprocess/escape/expected_stderr
similarity index 100%
rename from support/kconfig.new/tests/preprocess/escape/expected_stderr
rename to support/kconfig/tests/preprocess/escape/expected_stderr
diff --git a/support/kconfig.new/tests/preprocess/variable/Kconfig
b/support/kconfig/tests/preprocess/variable/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/preprocess/variable/Kconfig
rename to support/kconfig/tests/preprocess/variable/Kconfig
diff --git a/support/kconfig.new/tests/preprocess/variable/__init__.py
b/support/kconfig/tests/preprocess/variable/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/preprocess/variable/__init__.py
rename to support/kconfig/tests/preprocess/variable/__init__.py
diff --git a/support/kconfig.new/tests/preprocess/variable/expected_stderr
b/support/kconfig/tests/preprocess/variable/expected_stderr
similarity index 100%
rename from support/kconfig.new/tests/preprocess/variable/expected_stderr
rename to support/kconfig/tests/preprocess/variable/expected_stderr
diff --git a/support/kconfig.new/tests/pytest.ini
b/support/kconfig/tests/pytest.ini
similarity index 100%
rename from support/kconfig.new/tests/pytest.ini
rename to support/kconfig/tests/pytest.ini
diff --git a/support/kconfig.new/tests/rand_nested_choice/Kconfig
b/support/kconfig/tests/rand_nested_choice/Kconfig
similarity index 100%
rename from support/kconfig.new/tests/rand_nested_choice/Kconfig
rename to support/kconfig/tests/rand_nested_choice/Kconfig
diff --git a/support/kconfig.new/tests/rand_nested_choice/__init__.py
b/support/kconfig/tests/rand_nested_choice/__init__.py
similarity index 100%
rename from support/kconfig.new/tests/rand_nested_choice/__init__.py
rename to support/kconfig/tests/rand_nested_choice/__init__.py
diff --git a/support/kconfig.new/tests/rand_nested_choice/expected_stdout0
b/support/kconfig/tests/rand_nested_choice/expected_stdout0
similarity index 100%
rename from support/kconfig.new/tests/rand_nested_choice/expected_stdout0
rename to support/kconfig/tests/rand_nested_choice/expected_stdout0
diff --git a/support/kconfig.new/tests/rand_nested_choice/expected_stdout1
b/support/kconfig/tests/rand_nested_choice/expected_stdout1
similarity index 100%
rename from support/kconfig.new/tests/rand_nested_choice/expected_stdout1
rename to support/kconfig/tests/rand_nested_choice/expected_stdout1
diff --git a/support/kconfig.new/tests/rand_nested_choice/expected_stdout2
b/support/kconfig/tests/rand_nested_choice/expected_stdout2
similarity index 100%
rename from support/kconfig.new/tests/rand_nested_choice/expected_stdout2
rename to support/kconfig/tests/rand_nested_choice/expected_stdout2
diff --git a/support/kconfig.new/util.c b/support/kconfig/util.c
similarity index 100%
rename from support/kconfig.new/util.c
rename to support/kconfig/util.c
diff --git a/support/kconfig.new/zconf.lex.c b/support/kconfig/zconf.lex.c
similarity index 100%
rename from support/kconfig.new/zconf.lex.c
rename to support/kconfig/zconf.lex.c
diff --git a/support/kconfig.new/zconf.tab.c b/support/kconfig/zconf.tab.c
similarity index 100%
rename from support/kconfig.new/zconf.tab.c
rename to support/kconfig/zconf.tab.c
--
2.20.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |