aboutsummaryrefslogtreecommitdiff
path: root/scripts/confmk.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/confmk.py')
-rwxr-xr-xscripts/confmk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/confmk.py b/scripts/confmk.py
index a508d39..6c91234 100755
--- a/scripts/confmk.py
+++ b/scripts/confmk.py
@@ -15,6 +15,7 @@ def gen_confmk():
f.write("\n")
f.write("BUILDROOT_INITRAM := " + conf.buildroot_initram + "\n")
f.write("INITRAM := " + conf.initram + "\n")
+ f.write("BUILDROOT_DEF_CONFIG := " + conf.buildroot_def_config + "\n")
#################################################################################