aboutsummaryrefslogtreecommitdiff
path: root/scripts/confmk.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-26 13:19:06 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-26 13:19:06 +0200
commit37e294e9f0a826b201fc6f70b396d1933f10bd97 (patch)
tree7ef0a940044d3ac2e0cdb1d55c17910bdcd639cc /scripts/confmk.py
parent3cbf100902950171220fb37a24f1a37b5183ab90 (diff)
downloadlinux-conf-perf-37e294e9f0a826b201fc6f70b396d1933f10bd97.tar.gz
linux-conf-perf-37e294e9f0a826b201fc6f70b396d1933f10bd97.tar.bz2
linux-conf-perf-37e294e9f0a826b201fc6f70b396d1933f10bd97.zip
Add initram config
Diffstat (limited to 'scripts/confmk.py')
-rwxr-xr-xscripts/confmk.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/confmk.py b/scripts/confmk.py
index ef27543..a508d39 100755
--- a/scripts/confmk.py
+++ b/scripts/confmk.py
@@ -12,6 +12,9 @@ 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("SRCARCH := " + conf.SRCARCH + "\n")
+ f.write("\n")
+ f.write("BUILDROOT_INITRAM := " + conf.buildroot_initram + "\n")
+ f.write("INITRAM := " + conf.initram + "\n")
#################################################################################