summaryrefslogtreecommitdiff
path: root/firmware/test/memory/makefile
diff options
context:
space:
mode:
authorAlan Korr <alkorr@rockbox.org>2002-04-17 12:13:43 +0000
committerAlan Korr <alkorr@rockbox.org>2002-04-17 12:13:43 +0000
commit08dada2df506405d7fa7dc57a19d4a283f51162d (patch)
tree1f8ebdf5611bd3a86f774c163621a5c786dbab53 /firmware/test/memory/makefile
parent87789d71547a7da37512690456f603d6e4d5be24 (diff)
downloadrockbox-08dada2df506405d7fa7dc57a19d4a283f51162d.tar.gz
rockbox-08dada2df506405d7fa7dc57a19d4a283f51162d.zip
cosmetic changes and additions :
* now we have seperate private headers files containing private and static or public functions in memory-* files. * there is only one .c file of the same name the library. Zagor: because now there is only one .c file, you could only have a .o file and use it instead of the .a libfile. * most structures and codes are now private. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@112 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/test/memory/makefile')
-rw-r--r--firmware/test/memory/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/memory/makefile b/firmware/test/memory/makefile
index 2c14b7d0bd..2878500e45 100644
--- a/firmware/test/memory/makefile
+++ b/firmware/test/memory/makefile
@@ -17,7 +17,7 @@
17############################################################################# 17#############################################################################
18ARCH = test 18ARCH = test
19PACKAGE = memory 19PACKAGE = memory
20VERSION = 0.1.0 20VERSION = 0.1.1
21-include ../makefile-vars 21-include ../makefile-vars
22-include ../makefile-rules 22-include ../makefile-rules
23 23