From 37e294e9f0a826b201fc6f70b396d1933f10bd97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 26 Apr 2015 13:19:06 +0200 Subject: Add initram config --- scripts/confmk.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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") ################################################################################# -- cgit v1.2.3