summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 788dcfef54..939976597c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -108,6 +108,7 @@ sed > Makefile \
108 -e "s,@TARGET@,${target},g" \ 108 -e "s,@TARGET@,${target},g" \
109 -e "s,@PLUGINS@,${plugins},g" \ 109 -e "s,@PLUGINS@,${plugins},g" \
110 -e "s,@SIMVER@,${simver},g" \ 110 -e "s,@SIMVER@,${simver},g" \
111 -e "s,@MEMORY@,${memory},g" \
111<<EOF 112<<EOF
112## Automaticly generated. http://rockbox.haxx.se 113## Automaticly generated. http://rockbox.haxx.se
113 114
@@ -127,6 +128,7 @@ export TARGET=@TARGET@
127export LANGUAGE=@LANGUAGE@ 128export LANGUAGE=@LANGUAGE@
128export VERSION=\$(shell date +%y%m%d-%H%M) 129export VERSION=\$(shell date +%y%m%d-%H%M)
129export ENABLEDPLUGINS=@PLUGINS@ 130export ENABLEDPLUGINS=@PLUGINS@
131export MEMORYSIZE=@MEMORY@
130 132
131.PHONY: 133.PHONY:
132 134