From 668a769ca4cabdfee54dc53e92a964c32c9738d7 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Mon, 13 Jul 2009 00:40:35 +0000 Subject: Add new asmdefs mechanism for exporting information only available to the C compiler for use in asm files, and use it in arm jpeg idct. See apps/apps.make, apps/core_asmdefs.c, and apps/recorder/jpeg_idct_arm.S for details. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21831 a1c6a512-1295-4272-9138-f99709370657 --- tools/addtargetdir.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/addtargetdir.pl') diff --git a/tools/addtargetdir.pl b/tools/addtargetdir.pl index 6a9a72a878..2868e9027b 100755 --- a/tools/addtargetdir.pl +++ b/tools/addtargetdir.pl @@ -23,6 +23,7 @@ my $src; # Split the input file on any runs of '\' and whitespace. for (split(/[\s\\]+/m, )) { /^(\/)?[^:]+(\:)?$/; +print ">>$& $src" # Save target and continue if this item ends in ':' if (!($2 && ($target=$&))) { $src = $&; -- cgit v1.2.3