summaryrefslogtreecommitdiff
path: root/wps/wpsbuild.pl
diff options
context:
space:
mode:
Diffstat (limited to 'wps/wpsbuild.pl')
-rwxr-xr-xwps/wpsbuild.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl
index 4a27325e35..bb229dfebf 100755
--- a/wps/wpsbuild.pl
+++ b/wps/wpsbuild.pl
@@ -13,7 +13,6 @@ use Getopt::Long qw(:config pass_through); # pass_through so not confused by -DT
13 13
14my $ROOT=".."; 14my $ROOT="..";
15my $verbose; 15my $verbose;
16my $firmdir="$ROOT/firmware";
17my $rbdir=".rockbox"; 16my $rbdir=".rockbox";
18my $wpslist; 17my $wpslist;
19my $target; 18my $target;
@@ -26,6 +25,7 @@ GetOptions ( 'r|root=s' => \$ROOT,
26 25
27($wpslist, $target) = @ARGV; 26($wpslist, $target) = @ARGV;
28 27
28my $firmdir="$ROOT/firmware";
29my $cppdef = $target; 29my $cppdef = $target;
30my @depthlist = ( 16, 8, 4, 2, 1 ); 30my @depthlist = ( 16, 8, 4, 2, 1 );
31 31