aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-27 21:28:47 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-27 21:28:47 +0200
commit99a8f39ae04baf1de67659a13d816eb3b89daa99 (patch)
treeddc4f39111ef0e50b328b4e5ab657d0c4e94ba38 /scripts
parentd1a4966163e2456e787d00ec3f1d290b5491b44f (diff)
downloadlinux-conf-perf-99a8f39ae04baf1de67659a13d816eb3b89daa99.tar.gz
linux-conf-perf-99a8f39ae04baf1de67659a13d816eb3b89daa99.tar.bz2
linux-conf-perf-99a8f39ae04baf1de67659a13d816eb3b89daa99.zip
Add NBSCRIPT config
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/confmk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/confmk.py b/scripts/confmk.py
index 9647b5b..010ca64 100755
--- a/scripts/confmk.py
+++ b/scripts/confmk.py
@@ -20,6 +20,7 @@ def gen_confmk():
f.write("BUILDROOT_DEF_CONFIG := " + conf.buildroot_def_config + "\n")
f.write("\n")
f.write("INITRAM := " + conf.initram + "\n")
+ f.write("NBSCRIPTS := " + conf.nbscript + "\n")
#################################################################################