From 82ea79341694ba31d521dd670dccff24ead2ae1b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 4 Dec 2012 14:47:06 +0100 Subject: Make $SRCARCH, $srctree, and the config filename queryable. Thanks to fpemud for spotting this. --- kconfigtest.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kconfigtest.py') diff --git a/kconfigtest.py b/kconfigtest.py index 526e8e6..cc2b5d7 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -212,6 +212,9 @@ def test_call_all(conf): print " For {0}...".format(conf.get_arch()) conf.get_arch() + conf.get_srcarch() + conf.get_srctree() + conf.get_config_filename() conf.get_defconfig_filename() conf.get_top_level_items() conf.eval("y && ARCH") -- cgit v1.2.3