rockbox/firmware/decompressor
Jens Arnold 0cc8b7113c Speed up build process in general by using internal functions of make instead of spawning sub-shells where possible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11307 a1c6a512-1295-4272-9138-f99709370657
2006-10-22 00:21:57 +00:00
..
decompressor.c Self-extracting loader: Cleaner method for inclusion of the UCL-compressed image. The input image is now checked for correctness and converted to C source. The Makefile still needs fixing... 2005-11-30 00:05:40 +00:00
link.lds Self-extracting loader: Cleaner method for inclusion of the UCL-compressed image. The input image is now checked for correctness and converted to C source. The Makefile still needs fixing... 2005-11-30 00:05:40 +00:00
Makefile Speed up build process in general by using internal functions of make instead of spawning sub-shells where possible. 2006-10-22 00:21:57 +00:00
startup.S Fixed self-extracting loader: (1) Proper startup code, ensuring the stack pointer is set to the desired location. (2) Code cleanup. 2005-11-28 23:40:57 +00:00