]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blobdiff - scripts/confmk.py
Document conf.py and remove spare variable SRCARCH
[linux-conf-perf.git] / scripts / confmk.py
index c688ed90d71c6b08ff3f5702743512f0a3cd8386..974178c1a756fc79d8339ae1e312ceddfca0054a 100755 (executable)
@@ -11,7 +11,7 @@ def gen_confmk():
 
        with open(conf.dot_confmk, 'w') as f:
                f.write("# This file is generated. Please don't edit this file.\n")
-               f.write("ARCH := " + conf.SRCARCH + "\n")
+               f.write("ARCH := " + conf.ARCH + "\n")
                f.write("\n")
                f.write("BUILDROOT_INITRAM := " + conf.buildroot_initram + "\n")
                f.write("BUILDROOT_INITTAB_DIRECTIVE := " + conf.buildroot_inittab_directive + "\n")