diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-29 08:56:30 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-29 08:56:30 +0000 |
| commit | 349e73079e7dcde680b6a0f2fb02fa0339d6dc7a (patch) | |
| tree | 1de5db0ecaadedf8f6be8fb7e4e83145efc1aeae | |
| parent | 24d5db0a51fea1697c165ff76f0cdb3cca7bce07 (diff) | |
| download | rockbox-349e73079e7dcde680b6a0f2fb02fa0339d6dc7a.zip rockbox-349e73079e7dcde680b6a0f2fb02fa0339d6dc7a.tar.gz rockbox-349e73079e7dcde680b6a0f2fb02fa0339d6dc7a.tar.bz2 rockbox-349e73079e7dcde680b6a0f2fb02fa0339d6dc7a.tar.xz | |
add the FILES file itself
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@778 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/FILES | 1 | ||||
| -rw-r--r-- | firmware/FILES | 1 | ||||
| -rw-r--r-- | tools/FILES | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,4 @@ +FILES Makefile *.[ch] recorder/*.[ch] diff --git a/firmware/FILES b/firmware/FILES index 03525e2..891231b 100644 --- a/firmware/FILES +++ b/firmware/FILES @@ -7,6 +7,7 @@ CONTRIBUTING CREDITS Makefile README +FILES *.lds rockbox-mode.el common/*.[ch] diff --git a/tools/FILES b/tools/FILES index 2d37d33..4361e26 100644 --- a/tools/FILES +++ b/tools/FILES @@ -1,3 +1,4 @@ +FILES Makefile configure *.[ch] |